Interface IAttributeDefinition
Represents definition of user defined attribute
Inherited Members
Namespace: TSD.API.Remoting.UserDefinedAttributes
Assembly: TSD.API.Remoting.dll
Syntax
public interface IAttributeDefinition : IHaveId
Properties
| Name | Description |
|---|---|
| IsLinkable | Gets a value indicating whether attribute should be synchronized on linked levels |
| IsReadOnly | Gets a value indicating whether attribute should be read only |
| Name | Gets the name |
| ValueSource | Gets the source of attribute values |
| ValueType | Gets the type of attribute values |
| Values | Gets the list of predefined values |