ITagManager Interface |
Namespace: EdaIntegrationContract.Tagging
public interface ITagManager
The ITagManager type exposes the following members.
Name | Description | |
---|---|---|
All |
Retrieves a list of ITag for a case.
| |
ById |
Retrieves a tag by its unique identifier.
| |
ByName |
Retrieves a tag by its name.
| |
Create |
Creates a new tag for a case.
| |
Delete |
Delete one more tags from the case.
|