Class
BibliographicReferenceProperty

Represents a property within a bibliographic reference.

Definition

Namespace:Telerik.Windows.Documents.Model.BibliographicReferences

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public abstract class BibliographicReferenceProperty

Inheritance: objectBibliographicReferenceProperty

Derived Classes: BibliographicReferenceProperty<T>

Constructors

BibliographicReferenceProperty(BibliographicSource, BibliographicReferencePropertyDefinition)

Declaration

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

Parameters

owner

BibliographicSource

propertyDefinition

BibliographicReferencePropertyDefinition

Methods

GetValueAsObject()

Gets the value of the bibliographic reference property as an object.

Declaration

cs-api-definition
public abstract object GetValueAsObject()

Returns

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

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

Parameters

newValue

object

The object value to be assigned to the property.