IFieldService
Represents the field API service.
Creates the specified field.
Deletes the field by ID.
Gets the field by the specified ID.
Returns only base parameters of field.
Gets the field of specified type by the specified ID.
Gets the field by the specified name.
Returns only base parameters of field.
Gets the field of specified type by the specified name.
Requires the specified field.
If [ArtifactID](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.Artifact.html#Relativity_Testing_Framework_Models_Artifact_ArtifactID) property of entity
has positive value, gets entity by ID and updates it.If [Name](https://relativitydev.github.io/relativity.testing.framework/api/Relativity.Testing.Framework.Models.NamedArtifact.html#Relativity_Testing_Framework_Models_NamedArtifact_Name) property of entity
has a value, gets entity by name and updates it if it exists.Otherwise creates a new entity.
Updates the specified field.