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 SourceToCategoryField(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 |