Class Meta
A collection of information about fields on a given static object that may have restrictions.
Inheritance
System.Object
Meta
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 Meta
Constructors
| Improve this Doc View SourceMeta()
Initializes a new instance of the Meta class.
Declaration
public Meta()
Properties
| Improve this Doc View SourceReadOnly
Gets or sets a list of fields on the given static object that can't be updated.
Declaration
public List<string> ReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Unsupported
Gets or sets a list of fields on the static object that are not supported on the given object instance.
Declaration
public List<string> Unsupported { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Remarks
For example, only workspace Tabs can be linked to a Relativity Application. The Meta information for an admin Tab will list its RelativityApplications field as Unsupported.