InstanceSettingRequest Class

Relativity Services API
Represents a request to create or update a Instance Setting in a Workspace.
Inheritance Hierarchy

System.Object
  Relativity.Services.Interfaces.InstanceSetting.Model.InstanceSettingRequest

Namespace:  Relativity.Services.Interfaces.InstanceSetting.Model
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class InstanceSettingRequest

The InstanceSettingRequest type exposes the following members.

Constructors

  NameDescription
Public methodInstanceSettingRequest
Initializes a new instance of the InstanceSettingRequest class
Top
Properties

  NameDescription
Public propertyArtifactID
Gets or Sets artifact id of the Instance Setting.
Public propertyDescription
Gets or Sets description of the Instance Setting.
Public propertyEncrypted
Gets or Sets encrypted flag of the Instance Setting.
Public propertyInitialValue
Gets or Sets initial value of the Instance Setting.
Public propertyKeywords
Gets or Sets keywords of the Instance Setting.
Public propertyMachine
Gets or Sets matchine of the Instance Setting.
Public propertyName
Gets or Sets name of the Instance Setting.
Public propertyNotes
Gets or Sets notes of the Instance Setting.
Public propertySection
Gets or Sets section of the Instance Setting.
Public propertyValue
Gets or Sets value of the Instance Setting.
Public propertyValueType
Gets or Sets value type of the Instance Setting.
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