Class ArtifactIdNamePair
Represents a pair of ArtifactID and Name properties.
Inheritance
System.Object
ArtifactIdNamePair
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class ArtifactIdNamePair
Properties
| Improve this Doc View SourceArtifactID
Gets or sets the artifact ID.
Declaration
public int ArtifactID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |