ClassificationType Class
Represents the default implementation of a class that represents a classification type.
public class ClassificationType : IClassificationType, IKeyedObject
- Inheritance:
- object object
- Implements:
- IClassificationType IKeyedObject
Constructors
ClassificationType(string)
Initializes an instance of the class.
public ClassificationType(string key)
| Parameter | Type | Description |
|---|---|---|
| key | string | The string key that uniquely identifies the classification type. |
ClassificationType(string, string)
Represents the default implementation of a class that represents a classification type.
public ClassificationType(string key, string description)
| Parameter | Type | Description |
|---|---|---|
| key | string | The string key that uniquely identifies the classification type. |
| description | string | The description of the classification type. |
Properties
Description
The description of the classification type, which is displayed in the user interface.
Key
The string key that uniquely identifies the classification type.
Methods
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
| Parameter | Type | Description |
|---|---|---|
| obj | object | The object to compare with the current object. |
Returns
- bool:
trueif the specified object is equal to the current object; otherwise,false.
GetHashCode()
Serves as the default hash function.
ToString()
Returns the string representation of this object.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.Equals(object, object)
- object.ReferenceEquals(object, object)