Class Matter
Represents the Relativity matter object.
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 Matter : TimeStampedNamedArtifact, IHasName, IFillsRequiredProperties<Matter>
Properties
| Improve this Doc View SourceActions
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> |
Client
Gets or sets the client.
Declaration
public Client Client { get; set; }
Property Value
Type | Description |
---|---|
Client |
Keywords
Gets or sets the keywords.
Declaration
public string Keywords { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Meta
Gets or sets additional information available as extended metadata.
Declaration
public Meta Meta { get; set; }
Property Value
Type | Description |
---|---|
Meta |
Notes
Gets or sets the notes.
Declaration
public string Notes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Gets or sets the number.
Declaration
public string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Gets or sets the status.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceFillRequiredProperties()
Fills the required properties.
Declaration
public Matter FillRequiredProperties()
Returns
Type | Description |
---|---|
Matter | The same Matter object instance. |