Set |
Represents parameters required to set the attribute definition
Inheritance Hierarchy
Namespace: TSD.API.Remoting.UserDefinedAttributes.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
The SetAttributeDefinitionParams type exposes the following members.
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 | Creates a new instance of SetAttributeDefinitionParams class based on given attribute definition |
See Also