New to Telerik UI for WPFStart a free 30-day trial

Represents the definition of a bibliographic reference property.

Definition

Namespace:Telerik.Windows.Documents.Model.BibliographicReferences

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class BibliographicReferencePropertyDefinition

Inheritance: objectBibliographicReferencePropertyDefinition

Constructors

C#
public BibliographicReferencePropertyDefinition(string name, string displayName, string exampleText)
Parameters:namestringdisplayNamestringexampleTextstring
C#
public BibliographicReferencePropertyDefinition(string name, string exampleText)
Parameters:namestringexampleTextstring

Properties

Gets the display name of the bibliographic reference property.

C#
public string DisplayName { get; }
Property Value:

A string representing the display name associated with the bibliographic reference property.

Provides an example text that describes the bibliographic reference property.

C#
public string ExampleText { get; }

Gets the name of the bibliographic reference property definition.

C#
public string Name { get; }
Property Value:

A string that represents the name of the bibliographic reference property definition.

Methods

Determines whether the specified object is equal to the current instance.

C#
public override bool Equals(object obj)
Parameters:objobject

The object to compare with the current instance.

Returns:

bool

true if the specified object is equal to the current instance; otherwise, false.

Overrides: object.Equals(object)

Calculates the hash code for the current instance of the BibliographicReferencePropertyDefinition class.

C#
public override int GetHashCode()
Returns:

int

A 32-bit signed integer that serves as the hash code for the current instance.

Overrides: object.GetHashCode()