Client Class

Relativity Services API
Represents the Client
Inheritance Hierarchy

System.Object
  Relativity.Services.Client.ClientRef
    Relativity.Services.Client.Client

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

public class Client : ClientRef

The Client type exposes the following members.

Constructors

  NameDescription
Public methodClient
Initializes a new instance of the Client class with the given ArtifactID.
Top
Properties

  NameDescription
Public propertyArtifactID
Client Artifact ID
(Inherited from ClientRef.)
Public propertyKeywords
Client Keywords
Public propertyName
Client Name
(Inherited from ClientRef.)
Public propertyNotes
Client Notes
Public propertyNumber
Represents the billing number of the client.
Public propertyStatus
Represents the status of the client.
Public propertySystemCreatedBy
Client SystemCreatedBy
Public propertySystemCreatedOn
Client SystemCreatedOn
Public propertySystemLastModifiedBy
Client SystemLastModifiedBy
Public propertySystemLastModifiedOn
Client SystemLastModifiedOn
Public propertyTenancyStatus
Represents the TenancyStatus of the client.
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