Create |
Represents parameters required to create the attribute definition
Inheritance Hierarchy
Namespace: TSD.API.Remoting.UserDefinedAttributes.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The CreateAttributeDefinitionParams type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsLinkable | Gets or sets a value indicating whether attribute should be synchronized on linked levels | |
IsReadOnly | Gets or sets a value indicating whether attribute should be read only | |
Name | Gets or sets the name of the attribute definition | |
Values | Gets or sets the list of predefined values | |
ValueSource | Gets or sets the source of attribute values | |
ValueType | Gets or sets the type of attribute values |
Methods
Name | Description | |
---|---|---|
Create | Creates a new instance of CreateAttributeDefinitionParams class | |
From | Creates a new instance of CreateAttributeDefinitionParams class based on given attribute definition |
See Also