Represents a Field Reference.
Inheritance Hierarchy
Relativity.Services.Field.FieldRef
Relativity.Services.Field.FieldMetadata
Relativity.Services.Field.SecurityFieldRef
Namespace: Relativity.Services.Field
Assembly: Relativity.Services.DataContracts (in Relativity.Services.DataContracts.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The FieldRef type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FieldRef() |
Field Reference Constructor
|
![]() | FieldRef(List<Guid>) |
Field Reference Constructor
|
![]() | FieldRef(Int32) |
Field Reference Constructor
|
![]() | FieldRef(String) |
Field Reference Constructor
|
Properties
Name | Description | |
---|---|---|
![]() | ArtifactID |
Field Artifact ID
|
![]() | Guids |
Field Artifact Guids
|
![]() | Name |
Field Name
|
![]() | ViewFieldID |
View Field ID
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also