Show / Hide Table of Contents

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 Source

Elements

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>
| Improve this Doc View Source

GroupId

Gets or sets the artifactID of the category.

Declaration
public int GroupId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Order

Gets or sets the order of the category.

Declaration
public int Order { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TabbedDisplay

Gets or sets the tabbed display.

Declaration
public string TabbedDisplay { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX