Interface IUserDefinedAttribute
Represents an user defined attribute
Namespace: TSD.API.Remoting.UserDefinedAttributes
Assembly: TSD.API.Remoting.dll
Syntax
public interface IUserDefinedAttribute
Properties
| Name | Description |
|---|---|
| AttributeDefinitionName | Gets a name of the attribute definition |
| Id | Gets an id of the user defined attribute |
Methods
| Name | Description |
|---|---|
| GetAttributeDefinitionAsync(CancellationToken) | Returns the attribute definition the user defined attribute is defined by |