Represents an individual script input parameter. Objects of this type are returned by the GetRelativityScriptInputs method.
Inheritance Hierarchy
kCura.Relativity.Client.RelativityScriptInputDetails
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The RelativityScriptInputDetails type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RelativityScriptInputDetails | Initializes a new instance of the RelativityScriptInputDetails class |
Properties
Name | Description | |
---|---|---|
![]() | Attributes |
Gets or set name/value pairs of strings determined by the setting for the InputType property.
|
![]() | Id |
Gets or set the ID of the input parameter to the Relativity Script.
|
![]() | InputType |
Gets or set the type of the type of input: Constant, Field, Search Provider, Saved Search, or SQL.
|
![]() | InputValue |
The value that will be assigned to the Relativity Script input parameter
|
![]() | IsRequired |
Indicates whether the input is required or optional. True indicates required input.
|
![]() | Name |
Indicates the display name of the input parameter to the Relativity Script.
|
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.) |
See Also