Class TimeStampedNamedArtifact
Represents an Artifact with the Created and LastModified system fields.
Implements
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 TimeStampedNamedArtifact : NamedArtifact, IHasName
Properties
| Improve this Doc View SourceCreatedBy
Gets or sets who the artifact is created by.
Declaration
public NamedArtifact CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
CreatedOn
Gets or sets the System.DateTime when the artifact was created.
Declaration
public DateTime CreatedOn { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
LastModifiedBy
Gets or sets who last modified the object.
Declaration
public NamedArtifact LastModifiedBy { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
LastModifiedOn
Gets or sets the System.DateTime when the artifact was last modified.
Declaration
public DateTime LastModifiedOn { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |