Show / Hide Table of Contents

Class CategoryCustomText

Represents a custom text on a category.

Inheritance
System.Object
CategoryElement
CategoryCustomText
Inherited Members
CategoryElement.CategoryID
CategoryElement.Collapsible
CategoryElement.DefaultCollapsed
CategoryElement.Elements
CategoryElement.Order
CategoryElement.Title
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 CategoryCustomText : CategoryElement

Properties

| Improve this Doc View Source

ArtifactID

Gets or sets the artifact id of the custom text.

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

Value

Gets or sets the value of the custom text.

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