Class LibraryApplication
Represents the library application object.
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 LibraryApplication : NamedArtifact, IHasName
Properties
| Improve this Doc View SourceCreatedBy
Gets or sets the NamedArtifact (ArtifactID and Name) of the user who created the library application.
Declaration
public NamedArtifact CreatedBy { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
CreatedOn
Gets or sets the date and time when the library application was added to Relativity.
Declaration
public DateTime? CreatedOn { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
FileName
Gets or sets the RAP file name.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guids
Gets or sets an array of GUIDs used to identify the library application.
Declaration
public Guid[] Guids { get; set; }
Property Value
Type | Description |
---|---|
System.Guid[] |
LastModifiedBy
Gets or sets the NamedArtifact (ArtifactID and Name) of the user who recently updated the library application.
Declaration
public NamedArtifact LastModifiedBy { get; set; }
Property Value
Type | Description |
---|---|
NamedArtifact |
LastModifiedOn
Gets or sets the date and time when the library application was most recently modified.
Declaration
public DateTime? LastModifiedOn { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
TreeView
Gets or sets different components that make up the application in JSON format.
Declaration
public string TreeView { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Version
Gets or sets the version of application.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |