Class Group
Represents the Relativity group 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 Group : TimeStampedNamedArtifact, IHasName, IFillsRequiredProperties<Group>, IHaveGuids
Properties
| Improve this Doc View SourceActions
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> |
Client
Gets or sets the client.
Declaration
public Client Client { get; set; }
Property Value
Type | Description |
---|---|
Client |
Guids
Gets or sets guids list.
Declaration
public List<Guid> Guids { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Guid> |
Keywords
Gets or sets any keywords associated with the user group.
Declaration
public string Keywords { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Meta
Gets or sets the metadata.
Declaration
public Meta Meta { get; set; }
Property Value
Type | Description |
---|---|
Meta |
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 |
Type
Gets or sets the type.
Declaration
public GroupType Type { get; set; }
Property Value
Type | Description |
---|---|
GroupType |
Methods
| Improve this Doc View SourceFillRequiredProperties()
Fills the required properties.
Declaration
public Group FillRequiredProperties()
Returns
Type | Description |
---|---|
Group | The same Group object instance. |