Class SetAttributeDefinitionParams
Represents parameters required to set the attribute definition
Namespace: TSD.API.Remoting.UserDefinedAttributes.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class SetAttributeDefinitionParams
Properties
| Name | Description |
|---|---|
| IsLinkable | Gets or sets a value indicating whether attribute should be synchronized on linked levels |
| Name | Gets or sets the name of the attribute definition |
| Values | Gets or sets the list of predefined values |
Methods
| Name | Description |
|---|---|
| Create() | Creates a new instance of SetAttributeDefinitionParams class |
| From(IAttributeDefinition) | Creates a new instance of SetAttributeDefinitionParams class based on given attribute definition |