Class BibliographicReferencePropertyDefinition
Represents the definition of a bibliographic reference property.
Inheritance
Namespace: Telerik.Windows.Documents.Model.BibliographicReferences
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class BibliographicReferencePropertyDefinition : Object
Constructors
BibliographicReferencePropertyDefinition(String, String)
Declaration
public BibliographicReferencePropertyDefinition(string name, string exampleText)
Parameters
System.String
name
|
System.String
exampleText
|
BibliographicReferencePropertyDefinition(String, String, String)
Declaration
public BibliographicReferencePropertyDefinition(string name, string displayName, string exampleText)
Parameters
System.String
name
|
System.String
displayName
|
System.String
exampleText
|
Properties
DisplayName
Gets the display name of the bibliographic reference property.
Declaration
public string DisplayName { get; }
Property Value
System.String
A string representing the display name associated with the bibliographic reference property. |
ExampleText
Provides an example text that describes the bibliographic reference property.
Declaration
public string ExampleText { get; }
Property Value
System.String
|
Name
Gets the name of the bibliographic reference property definition.
Declaration
public string Name { get; }
Property Value
System.String
A string that represents the name of the bibliographic reference property definition. |
Methods
Equals(Object)
Determines whether the specified object is equal to the current instance.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The object to compare with the current instance. |
Returns
System.Boolean
true if the specified object is equal to the current instance; otherwise, false. |
GetHashCode()
Calculates the hash code for the current instance of the BibliographicReferencePropertyDefinition class.
Declaration
public override int GetHashCode()
Returns
System.Int32
A 32-bit signed integer that serves as the hash code for the current instance. |