Holds response information returned from a request.
Inheritance Hierarchy
Relativity.Services.Interfaces.Shared.Models.ObjectIdentifier
Relativity.Services.Interfaces.Shared.Models.DisplayableObjectIdentifier
Relativity.Services.Interfaces.InstanceSetting.Model.InstanceSettingResponse
Namespace: Relativity.Services.Interfaces.InstanceSetting.Model
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The InstanceSettingResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | InstanceSettingResponse | Initializes a new instance of the InstanceSettingResponse class |
Properties
Name | Description | |
---|---|---|
![]() | ArtifactID | (Inherited from ObjectIdentifier.) |
![]() | CreatedBy |
Gets or Sets the created by of the Instance Setting.
|
![]() | CreatedOn |
Gets or Sets the created on of the Instance Setting.
|
![]() | Description |
Gets or Sets the description of the Instance Setting.
|
![]() | Encrypted |
Gets or Sets the encrypted of the Instance Setting.
|
![]() | Guids | (Inherited from ObjectIdentifier.) |
![]() | InitialValue |
Gets or Sets the initial value of the Instance Setting.
|
![]() | Keywords |
Gets or Sets the keywords of the Instance Setting.
|
![]() | LastModifiedBy |
Gets or Sets the last modified by of the Instance Setting.
|
![]() | LastModifiedOn |
Gets or Sets the last modified on of the Instance Setting.
|
![]() | Machine |
Gets or Sets the matchine of the Instance Setting.
|
![]() | Name | (Inherited from DisplayableObjectIdentifier.) |
![]() | Notes |
Gets or Sets the notes of the Instance Setting.
|
![]() | Section |
Gets or Sets the section of the Instance Setting.
|
![]() | Value |
Gets or Sets the value of the Instance Setting.
|
![]() | ValueType |
Gets or Sets the 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