Represents a request to create or update a Instance Setting in a Workspace.
Inheritance Hierarchy
Relativity.Services.Interfaces.InstanceSetting.Model.InstanceSettingRequest
Namespace: Relativity.Services.Interfaces.InstanceSetting.Model
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The InstanceSettingRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | InstanceSettingRequest | Initializes a new instance of the InstanceSettingRequest class |
Properties
Name | Description | |
---|---|---|
![]() | ArtifactID |
Gets or Sets artifact id of the Instance Setting.
|
![]() | Description |
Gets or Sets description of the Instance Setting.
|
![]() | Encrypted |
Gets or Sets encrypted flag of the Instance Setting.
|
![]() | InitialValue |
Gets or Sets initial value of the Instance Setting.
|
![]() | Keywords |
Gets or Sets keywords of the Instance Setting.
|
![]() | Machine |
Gets or Sets matchine of the Instance Setting.
|
![]() | Name |
Gets or Sets name of the Instance Setting.
|
![]() | Notes |
Gets or Sets notes of the Instance Setting.
|
![]() | Section |
Gets or Sets section of the Instance Setting.
|
![]() | Value |
Gets or Sets value of the Instance Setting.
|
![]() | ValueType |
Gets or Sets value type of the Instance Setting.
|
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