Choice Class |
Namespace: Colygon.MatchPoint.Core.Administration
[SerializableAttribute] public class Choice : IComparable<Choice>, IEquatable<Choice>
The Choice type exposes the following members.
Name | Description | |
---|---|---|
Choice | Initializes a new instance of the Choice class | |
Choice(String, String, Object) | Initializes a new instance of the Choice class |
Name | Description | |
---|---|---|
CompareTo | ||
Equals(Object) | (Overrides ObjectEquals(Object).) | |
Equals(Choice) | ||
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Key | The key of the choice element. | |
Text | The display text for the choice element. | |
Value | The choice element. |