Class
BibliographicReferenceProperty<T>

Represents a property of a bibliographic reference in the Telerik document model.

Definition

Namespace:Telerik.Windows.Documents.Model.BibliographicReferences

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Type Parameters:

T

The type of the value associated with the bibliographic reference property.

Syntax:

cs-api-definition
public class BibliographicReferenceProperty<T> : BibliographicReferenceProperty

Inheritance: objectBibliographicReferencePropertyBibliographicReferenceProperty<T>

Constructors

BibliographicReferenceProperty(BibliographicSource, BibliographicReferencePropertyDefinition)

Declaration

cs-api-definition
public BibliographicReferenceProperty(BibliographicSource owner, BibliographicReferencePropertyDefinition propertyDefinition)

Parameters

owner

BibliographicSource

propertyDefinition

BibliographicReferencePropertyDefinition

Properties

Value

Gets or sets the value of the bibliographic reference property.

Declaration

cs-api-definition
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

cs-api-definition
public override object GetValueAsObject()

Returns

object

The value of the property, cast to an object type.

Overrides BibliographicReferenceProperty.GetValueAsObject()

SetValue(object)

Sets the value of the bibliographic reference property.

Declaration

cs-api-definition
public override void SetValue(object newValue)

Parameters

newValue

object

Overrides BibliographicReferenceProperty.SetValue(object)