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

Definition

Namespace:Telerik.WinForms.Documents.Model.BibliographicReferences

Assembly:Telerik.WinControls.RichTextEditor.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

C#
public string DisplayName { get; }
C#
public string ExampleText { get; }
C#
public string Name { get; }

Methods

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

bool

Overrides: object.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()