Exposes methods on the Application Field Code Manager service used for creating, updating, reading, and deleting ApplicationFieldCode instances.
Namespace: Relativity.Imaging.Services.Interfaces
Assembly: Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public interface IApplicationFieldCodeManager : IDisposable public interface IApplicationFieldCodeManager : IDisposable
The IApplicationFieldCodeManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | DeleteAsync |
Removes a specified ApplicationFieldCode instance.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | ReadAsync |
Retrieves the instance of ApplicationFieldCode with the specified ArtifactID.
|
![]() | SaveAsync |
Creates a new ApplicationFieldCode instance or updates an existing one.
|
See Also