Class
BibliographicReferencePropertyDefinition

Represents the definition of a bibliographic reference property.

Definition

Namespace:Telerik.Windows.Documents.Model.BibliographicReferences

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class BibliographicReferencePropertyDefinition

Inheritance: objectBibliographicReferencePropertyDefinition

Constructors

BibliographicReferencePropertyDefinition(string, string)

Declaration

cs-api-definition
public BibliographicReferencePropertyDefinition(string name, string exampleText)

Parameters

name

string

exampleText

string

BibliographicReferencePropertyDefinition(string, string, string)

Declaration

cs-api-definition
public BibliographicReferencePropertyDefinition(string name, string displayName, string exampleText)

Parameters

name

string

displayName

string

exampleText

string

Properties

DisplayName

Gets the display name of the bibliographic reference property.

Declaration

cs-api-definition
public string DisplayName { get; }

Property Value

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

cs-api-definition
public string ExampleText { get; }

Property Value

string

Name

Gets the name of the bibliographic reference property definition.

Declaration

cs-api-definition
public string Name { get; }

Property Value

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

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

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)

GetHashCode()

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

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

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

Overrides object.GetHashCode()