Show / Hide Table of Contents

Class TimeStampedNamedArtifact

Represents an Artifact with the Created and LastModified system fields.

Inheritance
System.Object
Artifact
NamedArtifact
TimeStampedNamedArtifact
Group
Matter
Implements
IHasName
Inherited Members
NamedArtifact.Name
Artifact.ArtifactID
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 Source

CreatedBy

Gets or sets who the artifact is created by.

Declaration
public NamedArtifact CreatedBy { get; set; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

CreatedOn

Gets or sets the System.DateTime when the artifact was created.

Declaration
public DateTime CreatedOn { get; set; }
Property Value
Type Description
System.DateTime
| Improve this Doc View Source

LastModifiedBy

Gets or sets who last modified the object.

Declaration
public NamedArtifact LastModifiedBy { get; set; }
Property Value
Type Description
NamedArtifact
| Improve this Doc View Source

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

Implements

IHasName
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX