Show / Hide Table of Contents

Class FieldExtensions

Field extension functions.

Inheritance
System.Object
FieldExtensions
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.Extensions
Assembly: Relativity.Testing.Framework.dll
Syntax
public static class FieldExtensions

Methods

| Improve this Doc View Source

ToCategoryField(Field)

Creates a category field based on a field.

Declaration
public static CategoryField ToCategoryField(this Field field)
Parameters
Type Name Description
Field field

The requested field.

Returns
Type Description
CategoryField

A CategoryField.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX