Show / Hide Table of Contents

Class LibraryApplication

Represents the library application object.

Inheritance
System.Object
Artifact
NamedArtifact
LibraryApplication
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 LibraryApplication : NamedArtifact, IHasName

Properties

| Improve this Doc View Source

CreatedBy

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
| Improve this Doc View Source

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>
| Improve this Doc View Source

FileName

Gets or sets the RAP file name.

Declaration
public string FileName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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[]
| Improve this Doc View Source

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
| Improve this Doc View Source

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>
| Improve this Doc View Source

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
| Improve this Doc View Source

Version

Gets or sets the version of application.

Declaration
public string Version { get; set; }
Property Value
Type Description
System.String

Implements

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