Show / Hide Table of Contents

Class CategoryElement

Represents part of a category in a layout. The parent Category also contains information about the category itself.

Inheritance
System.Object
CategoryElement
CategoryCustomText
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 CategoryElement

Properties

| Improve this Doc View Source

CategoryID

Gets or sets the artifact id of the category.

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

Collapsible

Gets or sets a value indicating whether the category is collapsible.

Declaration
public bool Collapsible { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

DefaultCollapsed

Gets or sets a value indicating whether the category is collapsed by default.

Declaration
public bool DefaultCollapsed { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Elements

Gets or sets the fields of the category.

Declaration
public List<Element> Elements { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Element>
| 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

Title

Gets or sets the title of the category.

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