Namespace: Relativity.Services.Interfaces.Field
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The IFieldManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CreateCurrencyFieldAsync |
Adds a Currency field to Relativity.
|
![]() | CreateDateFieldAsync |
Adds a Date field to Relativity.
|
![]() | CreateDecimalFieldAsync |
Adds a Decimal field to Relativity.
|
![]() | CreateFileFieldAsync |
Adds a File field to Relativity.
|
![]() | CreateFixedLengthFieldAsync |
Adds a Fixed Length field to Relativity.
|
![]() | CreateLongTextFieldAsync |
Adds a Long Text field to Relativity.
|
![]() | CreateMultipleChoiceFieldAsync |
Adds a Multiple Choice field to Relativity.
|
![]() | CreateMultipleObjectFieldAsync |
Adds a Multiple Object field to Relativity.
|
![]() | CreateSingleChoiceFieldAsync |
Adds a Single Choice field to Relativity.
|
![]() | CreateSingleObjectFieldAsync |
Adds a Single Object field to Relativity.
|
![]() | CreateUserFieldAsync |
Adds a User field to Relativity.
|
![]() | CreateWholeNumberFieldAsync |
Adds a Whole Number field to Relativity.
|
![]() | CreateYesNoFieldAsync |
Adds a Yes/No field to Relativity.
|
![]() | DeleteAsync |
Deletes a field.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetAvailableKeyboardShortcutsAsync |
Gets a list of keyboard shortcuts currently available.
|
![]() | GetAvailableMultiAssociativeObjectTypesAsync |
Gets a list of object types available for multi association.
|
![]() | GetAvailableObjectTypesAsync |
Gets a list of parent object types for field creation.
|
![]() | GetAvailableObjectTypeViewsAsync |
Gets a list of object types available for an object type view.
|
![]() | GetAvailablePropagateToFieldsAsync |
Gets a list of fields available for propagation.
|
![]() | GetAvailableSingleAssociativeObjectTypesAsync |
Gets a list of object types available for single association.
|
![]() | GetValidKeys |
Gets a list of possible keys for keyboard shortcuts.
|
![]() | ReadAsync(Int32, Int32) |
Retrieves basic metadata for a field, including its name, associated object type, behavior, and other properties.
|
![]() | ReadAsync(Int32, Int32, Boolean, Boolean) |
Retrieves extended metadata for a field, including information about additional actions available.
|
![]() | UpdateCurrencyFieldAsync(Int32, Int32, CurrencyFieldRequest) |
Modifies the properties of a Currency field.
|
![]() | UpdateCurrencyFieldAsync(Int32, Int32, CurrencyFieldRequest, DateTime) |
Restricts updates to the properties of the Currency field to the date that it was last modified.
|
![]() | UpdateDateFieldAsync(Int32, Int32, DateFieldRequest) |
Modifies the properties of a Date field.
|
![]() | UpdateDateFieldAsync(Int32, Int32, DateFieldRequest, DateTime) |
Restricts updates to the properties of the Date field to the date that it was last modified.
|
![]() | UpdateDecimalFieldAsync(Int32, Int32, DecimalFieldRequest) |
Modifies the properties of a Decimal field.
|
![]() | UpdateDecimalFieldAsync(Int32, Int32, DecimalFieldRequest, DateTime) |
Restricts updates to the properties of the Decimal field to the date that it was last modified.
|
![]() | UpdateFileFieldAsync(Int32, Int32, FileFieldRequest) |
Modifies the properties of a File field.
|
![]() | UpdateFileFieldAsync(Int32, Int32, FileFieldRequest, DateTime) |
Restricts updates to the properties of the File field to the date that it was last modified.
|
![]() | UpdateFixedLengthFieldAsync(Int32, Int32, FixedLengthFieldRequest) |
Modifies the properties of a Fixed Length field.
|
![]() | UpdateFixedLengthFieldAsync(Int32, Int32, FixedLengthFieldRequest, DateTime) |
Restricts updates to the properties of the Fixed Length field to the date that it was last modified.
|
![]() | UpdateLongTextFieldAsync(Int32, Int32, LongTextFieldRequest) |
Modifies the properties of a Long Text field.
|
![]() | UpdateLongTextFieldAsync(Int32, Int32, LongTextFieldRequest, DateTime) |
Restricts updates to the properties of the Long Text field to the date that it was last modified.
|
![]() | UpdateMultipleChoiceFieldAsync(Int32, Int32, MultipleChoiceFieldRequest) |
Modifies the properties of a Multiple Choice field.
|
![]() | UpdateMultipleChoiceFieldAsync(Int32, Int32, MultipleChoiceFieldRequest, DateTime) |
Restricts updates to the properties of the Multiple Choice field to the date that it was last modified.
|
![]() | UpdateMultipleObjectFieldAsync(Int32, Int32, MultipleObjectFieldRequest) |
Modifies the properties of a Multiple Object field.
|
![]() | UpdateMultipleObjectFieldAsync(Int32, Int32, MultipleObjectFieldRequest, DateTime) |
Restricts updates to the properties of the Multiple Object field to the date that it was last modified.
|
![]() | UpdateSingleChoiceFieldAsync(Int32, Int32, SingleChoiceFieldRequest) |
Modifies the properties of a Single Choice field.
|
![]() | UpdateSingleChoiceFieldAsync(Int32, Int32, SingleChoiceFieldRequest, DateTime) |
Restricts updates to the properties of the Single Choice field to the date that it was last modified.
|
![]() | UpdateSingleObjectFieldAsync(Int32, Int32, SingleObjectFieldRequest) |
Modifies the properties of a Single Object field.
|
![]() | UpdateSingleObjectFieldAsync(Int32, Int32, SingleObjectFieldRequest, DateTime) |
Restricts updates to the properties of the Single Object field to the date that it was last modified.
|
![]() | UpdateUserFieldAsync(Int32, Int32, UserFieldRequest) |
Modifies the properties of a User field.
|
![]() | UpdateUserFieldAsync(Int32, Int32, UserFieldRequest, DateTime) |
Restricts updates to the properties of the User field to the date that it was last modified.
|
![]() | UpdateWholeNumberFieldAsync(Int32, Int32, WholeNumberFieldRequest) |
Modifies the properties of a Whole Number field.
|
![]() | UpdateWholeNumberFieldAsync(Int32, Int32, WholeNumberFieldRequest, DateTime) |
Restricts updates to the properties of the Whole Number field to the date that it was last modified.
|
![]() | UpdateYesNoFieldAsync(Int32, Int32, YesNoFieldRequest) |
Modifies the properties of a Yes/No field.
|
![]() | UpdateYesNoFieldAsync(Int32, Int32, YesNoFieldRequest, DateTime) |
Restricts updates to the properties of the Yes/No field to the date that it was last modified.
|
See Also