ChoiceFieldNames Class

Relativity Services API
The string names of fields used on Choices.
Inheritance Hierarchy

System.Object
  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

public class ChoiceFieldNames : ArtifactFieldNames

The ChoiceFieldNames type exposes the following members.

Constructors

  NameDescription
Public methodChoiceFieldNames
Initializes a new instance of the ChoiceFieldNames class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberChoiceTypeID
Indicates an identifier of the ChoiceType for a Choice field.
Public fieldStatic memberHighlightStyleID
Represents the identifier associated with the highlight color for use in multiple choice lists.
Public fieldStatic memberKeyboardShortcut
Represents the keyboard shortcut for a choice.
Public fieldStatic memberName
Represents the name of a choice as a string.
Public fieldStatic memberObjectTypeName
Represents the name of the type of object associated with a choice.
Public fieldStatic memberOrder
Indicates the sorting order assigned to a choice.
Public fieldStatic memberRelativityApplications
Represents the Relativity applications associated with this choice.
Top
See Also

Reference