Class BibliographicReferenceProperty<T>
Represents a property of a bibliographic reference in the Telerik document model.
Namespace: Telerik.Windows.Documents.Model.BibliographicReferences
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class BibliographicReferenceProperty<T> : BibliographicReferenceProperty
Type Parameters
T
The type of the value associated with the bibliographic reference property. |
Constructors
BibliographicReferenceProperty(BibliographicSource, BibliographicReferencePropertyDefinition)
Declaration
public BibliographicReferenceProperty(BibliographicSource owner, BibliographicReferencePropertyDefinition propertyDefinition)
Parameters
BibliographicSource
owner
|
BibliographicReferencePropertyDefinition
propertyDefinition
|
Properties
Value
Gets or sets the value of the bibliographic reference property.
Declaration
public T Value { get; }
Property Value
T
The value associated with the bibliographic reference property. |
Methods
GetValueAsObject()
Retrieves the value of the bibliographic reference property as an object.
Declaration
public override object GetValueAsObject()
Returns
System.Object
The value of the property, cast to an object type. |
Overrides
SetValue(Object)
Sets the value of the bibliographic reference property.
Declaration
public override void SetValue(object newValue)
Parameters
System.Object
newValue
|