Class Category
Represents part of a category in a layout. The assocaited CategoryElement also contains information about the category itself.
Inheritance
System.Object
Category
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 Category
Properties
| Improve this Doc View SourceElements
Gets or sets the list of CategoryElements associated with the Category. Note that CategoryElements have a list of Elements, which are the actual fields.
Declaration
public List<CategoryElement> Elements { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CategoryElement> |
GroupId
Gets or sets the artifactID of the category.
Declaration
public int GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Order
Gets or sets the order of the category.
Declaration
public int Order { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TabbedDisplay
Gets or sets the tabbed display.
Declaration
public string TabbedDisplay { get; set; }
Property Value
Type | Description |
---|---|
System.String |