Class ClassificationType
Represents the classification type of a code element in the Telerik document model.
Inheritance
Namespace: Telerik.Windows.Documents.Model.Code
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ClassificationType : Object, IEquatable<ClassificationType>
Constructors
ClassificationType(String)
Declaration
public ClassificationType(string name)
Parameters
System.String
name
|
Properties
Name
Gets the name of the classification type.
Declaration
public string Name { get; }
Property Value
System.String
A string representing the name of the classification type. |
Methods
Equals(Object)
Determines whether the specified object is equal to the current instance of the ClassificationType.
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. |
Equals(ClassificationType)
Determines whether the specified ClassificationType is equal to the current instance.
Declaration
public bool Equals(ClassificationType other)
Parameters
ClassificationType
other
The ClassificationType to compare with the current instance. |
Returns
System.Boolean
|
GetHashCode()
Retrieves the hash code for the current instance of the ClassificationType class.
Declaration
public override int GetHashCode()
Returns
System.Int32
An integer that represents the hash code for the current instance. |