The string names of fields used on Choices.
Inheritance Hierarchy
kCura.Relativity.Client.DTOs.ArtifactFieldNames
kCura.Relativity.Client.DTOs.ChoiceFieldNames
Namespace: kCura.Relativity.Client.DTOs
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ChoiceFieldNames type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ChoiceFieldNames | Initializes a new instance of the ChoiceFieldNames class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | ChoiceTypeID |
Indicates an identifier of the ChoiceType for a Choice field.
|
![]() ![]() | HighlightStyleID |
Represents the identifier associated with the highlight color for use in
multiple choice lists.
|
![]() ![]() | KeyboardShortcut |
Represents the keyboard shortcut for a choice.
|
![]() ![]() | Name |
Represents the name of a choice as a string.
|
![]() ![]() | ObjectTypeName |
Represents the name of the type of object associated with a choice.
|
![]() ![]() | Order |
Indicates the sorting order assigned to a choice.
|
![]() ![]() | RelativityApplications |
Represents the Relativity applications associated with this choice.
|
See Also