Class BibliographicReferenceProperty
Inheritance
System.Object
    BibliographicReferenceProperty
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinForms.Documents.Model.BibliographicReferences
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class BibliographicReferenceProperty
  Constructors
BibliographicReferenceProperty(BibliographicSource, BibliographicReferencePropertyDefinition)
Declaration
public BibliographicReferenceProperty(BibliographicSource owner, BibliographicReferencePropertyDefinition propertyDefinition)
  Parameters
| 
        BibliographicSource
        owner
         
  | 
    
| 
        BibliographicReferencePropertyDefinition
        propertyDefinition
         
  | 
    
Methods
GetValueAsObject()
Declaration
public abstract object GetValueAsObject()
  Returns
| 
        System.Object
         
  | 
    
SetValue(Object)
Declaration
public abstract void SetValue(object newValue)
  Parameters
| 
        System.Object
        newValue
         
  |