Represents a request for an operation to be performed on an Artifact in a workspace.
Inheritance Hierarchy
kCura.Relativity.Client.ArtifactRequest
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The ArtifactRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ArtifactRequest() |
Initializes a new instance of the ArtifactRequest class.
|
![]() | ArtifactRequest(Guid) |
Initializes a new instance of the ArtifactRequest class.
|
![]() | ArtifactRequest(Int32) |
Initializes a new instance of the ArtifactRequest class.
|
![]() | ArtifactRequest(String) |
Initializes a new instance of the ArtifactRequest class.
|
![]() | ArtifactRequest(Guid, Guid) |
Initializes a new instance of the ArtifactRequest class.
|
![]() | ArtifactRequest(Guid, Int32) |
Initializes a new instance of the ArtifactRequest class.
|
![]() | ArtifactRequest(Int32, Guid) |
Initializes a new instance of the ArtifactRequest class.
|
![]() | ArtifactRequest(Int32, Int32) |
Initializes a new instance of the ArtifactRequest class.
|
![]() | ArtifactRequest(String, Guid) |
Initializes a new instance of the ArtifactRequest class.
|
![]() | ArtifactRequest(String, Int32) |
Initializes a new instance of the ArtifactRequest class.
|
![]() | ArtifactRequest(Guid, Guid,Field[]) |
Initializes a new instance of the ArtifactRequest class.
|
![]() | ArtifactRequest(Guid, Int32,Field[]) |
Initializes a new instance of the ArtifactRequest class.
|
![]() | ArtifactRequest(Int32, Guid,Field[]) |
Initializes a new instance of the ArtifactRequest class.
|
![]() | ArtifactRequest(Int32, Int32,Field[]) |
Initializes a new instance of the ArtifactRequest class.
|
![]() | ArtifactRequest(String, Guid,Field[]) |
Initializes a new instance of the ArtifactRequest class.
|
![]() | ArtifactRequest(String, Int32,Field[]) |
Initializes a new instance of the ArtifactRequest class.
|
Properties
Name | Description | |
---|---|---|
![]() | ArtifactGuid |
Provides a GUID representing an Artifact in Relativity. Use as an alternative to ArtifactID.
|
![]() | ArtifactID |
Indicates the unique identifier for an Artifact. Use as an alternative to an ArtifactGuid.
|
![]() | ArtifactTypeGuid |
Indicates the GUID for the type of an item that an Artifact represents. Use as an alternative to ArtifactTypeID or ArtifactTypeName.
|
![]() | ArtifactTypeID |
Indicates the identifier for the type of item that the Artifact represents. Use as an alternative to ArtifactTypeName or ArtifactTypeGuid.
|
![]() | ArtifactTypeName |
Indicates the name of the Artifact type. Use as an alternative to ArtifactTypeID or ArtifactTypeGuid.
|
![]() | Fields |
Provides a collection fields, containing values that describe an Artifact.
|
![]() | ParentArtifactID |
Indicates the identifier for the parent or container of an Artifact.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | getFieldByName |
Returns the field whose Name matches the name passed in. Note that this is just a helper function, and that its runtime is linear with the number of fields.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Converts the object to it's string representation, beginning with
"ArtifactRequest( ArtifactID=[ArtifactID], ParentArtifactID=[ParentArtifactID], ArtifactTypeID=[ArtifactTypeID], ArtifactTypeName="[ArtifactTypeName]"",
and continuing with a line for each field name and value pair.
(Overrides Object.ToString().) |
Remarks
See Also