Class BibliographicReferenceProperty
Represents a property within a bibliographic reference.
Inheritance
Namespace: Telerik.Windows.Documents.Model.BibliographicReferences
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public abstract class BibliographicReferenceProperty : Object
Constructors
BibliographicReferenceProperty(BibliographicSource, BibliographicReferencePropertyDefinition)
Declaration
public BibliographicReferenceProperty(BibliographicSource owner, BibliographicReferencePropertyDefinition propertyDefinition)
Parameters
BibliographicSource
owner
|
BibliographicReferencePropertyDefinition
propertyDefinition
|
Methods
GetValueAsObject()
Gets the value of the bibliographic reference property as an object.
Declaration
public abstract object GetValueAsObject()
Returns
System.Object
The value of the bibliographic reference property represented as an object. This can be any type depending on the specific property being accessed. |
SetValue(Object)
Sets the value of the bibliographic reference property.
Declaration
public abstract void SetValue(object newValue)
Parameters
System.Object
newValue
The object value to be assigned to the property. |