Show / Hide Table of Contents

Class Group

Represents the Relativity group object.

Inheritance
System.Object
Artifact
NamedArtifact
TimeStampedNamedArtifact
Group
Implements
IHasName
IFillsRequiredProperties<Group>
IHaveGuids
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 Group : TimeStampedNamedArtifact, IHasName, IFillsRequiredProperties<Group>, IHaveGuids

Properties

| Improve this Doc View Source

Actions

Gets or sets the list of available actions for group.

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

Guids

Gets or sets guids list.

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

Keywords

Gets or sets any keywords associated with the user group.

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

Meta

Gets or sets the metadata.

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

Notes

Gets or sets optional words or phrase used to describe the user group.

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

Type

Gets or sets the type.

Declaration
public GroupType Type { get; set; }
Property Value
Type Description
GroupType

Methods

| Improve this Doc View Source

FillRequiredProperties()

Fills the required properties.

Declaration
public Group FillRequiredProperties()
Returns
Type Description
Group

The same Group object instance.

Implements

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