Click or drag to resize

AccountChoiceItem Class

Represents an user account.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Core.UserManagementAccountChoiceItem

Namespace:  Colygon.MatchPoint.Core.UserManagement
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class AccountChoiceItem : IChoiceItem, 
	ILookupItem, ILookupValue, IComparable<AccountChoiceItem>, IComparable

The AccountChoiceItem type exposes the following members.

Constructors
  NameDescription
Public methodAccountChoiceItem
Initializes a new instance of the AccountChoiceItem class
Top
Properties
Methods
Fields
Remarks
Lookup values can be selected i.e. within a choice field.
See Also