InstanceSettingResponse Class

Relativity Services API
Holds response information returned from a request.
Inheritance Hierarchy

System.Object
  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

public class InstanceSettingResponse : DisplayableObjectIdentifier

The InstanceSettingResponse type exposes the following members.

Constructors

  NameDescription
Public methodInstanceSettingResponse
Initializes a new instance of the InstanceSettingResponse class
Top
Properties

  NameDescription
Public propertyArtifactID (Inherited from ObjectIdentifier.)
Public propertyCreatedBy
Gets or Sets the created by of the Instance Setting.
Public propertyCreatedOn
Gets or Sets the created on of the Instance Setting.
Public propertyDescription
Gets or Sets the description of the Instance Setting.
Public propertyEncrypted
Gets or Sets the encrypted of the Instance Setting.
Public propertyGuids (Inherited from ObjectIdentifier.)
Public propertyInitialValue
Gets or Sets the initial value of the Instance Setting.
Public propertyKeywords
Gets or Sets the keywords of the Instance Setting.
Public propertyLastModifiedBy
Gets or Sets the last modified by of the Instance Setting.
Public propertyLastModifiedOn
Gets or Sets the last modified on of the Instance Setting.
Public propertyMachine
Gets or Sets the matchine of the Instance Setting.
Public propertyName (Inherited from DisplayableObjectIdentifier.)
Public propertyNotes
Gets or Sets the notes of the Instance Setting.
Public propertySection
Gets or Sets the section of the Instance Setting.
Public propertyValue
Gets or Sets the value of the Instance Setting.
Public propertyValueType
Gets or Sets the 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