Show / Hide Table of Contents

Class Matter

Represents the Relativity matter object.

Inheritance
System.Object
Artifact
NamedArtifact
TimeStampedNamedArtifact
Matter
Implements
IHasName
IFillsRequiredProperties<Matter>
Inherited Members
TimeStampedNamedArtifact.CreatedBy
TimeStampedNamedArtifact.CreatedOn
TimeStampedNamedArtifact.LastModifiedBy
TimeStampedNamedArtifact.LastModifiedOn
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 Matter : TimeStampedNamedArtifact, IHasName, IFillsRequiredProperties<Matter>

Properties

| Improve this Doc View Source

Actions

Gets or sets a list of RESTful operations that a user has permissions to perform on the matter.

Declaration
public List<HttpAction> Actions { get; set; }
Property Value
Type Description
System.Collections.Generic.List<HttpAction>
| Improve this Doc View Source

Client

Gets or sets the client.

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

Keywords

Gets or sets the keywords.

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

Meta

Gets or sets additional information available as extended metadata.

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

Notes

Gets or sets the notes.

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

Number

Gets or sets the number.

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

Status

Gets or sets the status.

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

Methods

| Improve this Doc View Source

FillRequiredProperties()

Fills the required properties.

Declaration
public Matter FillRequiredProperties()
Returns
Type Description
Matter

The same Matter object instance.

Implements

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