Represents an item in a Relativity workspace.
Inheritance Hierarchy
kCura.Relativity.Client.Artifact
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The Artifact type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Artifact() |
Default constructor for the Aritfact Class
|
![]() | Artifact(Int32) |
Instantiates a new Artifact object for a particular Case
|
![]() | Artifact(Int32, List<Guid>) |
Initializes a new instance of the Artifact class.
|
![]() | Artifact(Int32, Int32) |
Instantites a new Artifact object for a particular Case and of a Particular Type
|
![]() | Artifact(Int32, String) |
Initializes a new instance of the Artifact class.
|
![]() | Artifact(Int32, List<Guid>, List<Guid>) |
Instantiates a new Artifact object for a particular Case, of a particular Artifact Type, and with a particular ArtifactID
|
![]() | Artifact(Int32, List<Guid>, Int32) |
Instantiates a new Artifact object for a particular Case, of a particular Artifact Type, and with a particular ArtifactID
|
![]() | Artifact(Int32, Int32, List<Guid>) |
Instantiates a new Artifact object for a particular Case, of a particular Artifact Type, and with a particular ArtifactID
|
![]() | Artifact(Int32, Int32, Int32) |
Instantiates a new Artifact object for a particular Case, of a particular Artifact Type, and with a particular ArtifactID
|
![]() | Artifact(Int32, String, List<Guid>) |
Initializes a new instance of the Artifact class.
|
![]() | Artifact(Int32, String, Int32) |
Initializes a new instance of the Artifact class.
|
![]() | Artifact(Int32, List<Guid>, List<Guid>,Field[]) |
Instantiates a new Relativity object for a particular Workspace, of a Particular ArtifactType, with a specific ArtifactID and with a set of specifc fields.
|
![]() | Artifact(Int32, List<Guid>, Int32,Field[]) |
Instantiates a new Relativity object for a particular Workspace, of a Particular ArtifactType, with a specific ArtifactID and with a set of specifc fields.
|
![]() | Artifact(Int32, Int32, List<Guid>,Field[]) |
Instantiates a new Relativity object for a particular Workspace, of a Particular ArtifactType, with a specific ArtifactID and with a set of specifc fields.
|
![]() | Artifact(Int32, Int32, Int32,Field[]) |
Instantiates a new Relativity object for a particular Workspace, of a Particular ArtifactType, with a specific ArtifactID and with a set of specifc fields.
|
![]() | Artifact(Int32, String, List<Guid>,Field[]) |
Instantiates a new Relativity object for a particular Workspace, of a Particular ArtifactType, with a specific ArtifactID and with a set of specifc fields.
|
![]() | Artifact(Int32, String, Int32,Field[]) |
Initializes a new instance of the Artifact class.
|
Properties
Name | Description | |
---|---|---|
![]() | ArtifactGuids |
Provides a list of GUIDs for the Artifact. Use as an alternative to ArtifactID.
|
![]() | ArtifactID |
Indicates a unique identifier for an Artifact.
|
![]() | ArtifactTypeGuids |
Gets or sets a list of GUIDs for the Artifact Type.
|
![]() | ArtifactTypeID |
Indicates the identifier for the type of item that the Artifact represents.
|
![]() | ArtifactTypeName |
Indicates the name of the Artifact type. Use as an alternative to ArtifactTypeID.
|
![]() | Fields |
Provides a collection of Field objects. A Field describes a single property of an Artifact.
|
![]() | Name |
Indicates the display name of the Artifact.
|
![]() | ParentArtifactID |
Indicates the identifier for the parent or container of an Artifact.
|
![]() | WorkspaceID |
Indicates the unique identifier for a workspace.
|
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
"Artifact( Name="[Name]", ArtifactID=[ArtifactID], ParentArtifactID=[ParentArtifactID], ArtifactTypeID=[ArtifactTypeID], ArtifactTypeName="[ArtifactTypeName]", WorkspaceID=[WorkspaceID]",
and continuing with a line for each field name and value pair.
(Overrides Object.ToString().) |
Remarks
See Also