The string names of fields used on RelativityScripts.
Inheritance Hierarchy
kCura.Relativity.Client.DTOs.ArtifactFieldNames
kCura.Relativity.Client.DTOs.RelativityScriptFieldNames
Namespace: kCura.Relativity.Client.DTOs
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The RelativityScriptFieldNames type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RelativityScriptFieldNames | Initializes a new instance of the RelativityScriptFieldNames 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 | |
---|---|---|
![]() ![]() | Body |
Represents the script body.
|
![]() ![]() | Category |
Indicates a classification assigned to the script, such as Environment Optimization, or
a custom category defined by the developer.
|
![]() ![]() | Description |
Explains the functionality provided by the script.
|
![]() ![]() | Key |
Provides a mechanism for locking the script.
|
![]() ![]() | Name |
Represents the name of the script.
|
![]() ![]() | RelativityApplications |
Indicates the Relativity applications associated with the script.
|
![]() ![]() | Version |
Identifies the version of the script.
|
See Also