RelativityScriptInputDetails Class

Relativity Services API
Represents an individual script input parameter. Objects of this type are returned by the GetRelativityScriptInputs method.
Inheritance Hierarchy

System.Object
  kCura.Relativity.Client.RelativityScriptInputDetails

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class RelativityScriptInputDetails

The RelativityScriptInputDetails type exposes the following members.

Constructors

  NameDescription
Public methodRelativityScriptInputDetails
Initializes a new instance of the RelativityScriptInputDetails class
Top
Properties

  NameDescription
Public propertyAttributes
Gets or set name/value pairs of strings determined by the setting for the InputType property.
Public propertyId
Gets or set the ID of the input parameter to the Relativity Script.
Public propertyInputType
Gets or set the type of the type of input: Constant, Field, Search Provider, Saved Search, or SQL.
Public propertyInputValue
The value that will be assigned to the Relativity Script input parameter
Public propertyIsRequired
Indicates whether the input is required or optional. True indicates required input.
Public propertyName
Indicates the display name of the input parameter to the Relativity Script.
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
See Also

Reference