Click or drag to resize

Choice Class

Represents an element that can be selected from a choice field within a configuration class.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Core.AdministrationChoice

Namespace:  Colygon.MatchPoint.Core.Administration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
[SerializableAttribute]
public class Choice : IComparable<Choice>, 
	IEquatable<Choice>

The Choice type exposes the following members.

Constructors
  NameDescription
Public methodChoice
Initializes a new instance of the Choice class
Public methodChoice(String, String, Object)
Initializes a new instance of the Choice class
Top
Methods
  NameDescription
Public methodCompareTo
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(Choice)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldKey
The key of the choice element.
Public fieldText
The display text for the choice element.
Public fieldValue
The choice element.
Top
See Also