CreateAttributeDefinitionParams Class

Represents parameters required to create the attribute definition
Inheritance Hierarchy
SystemObject
  TSD.API.Remoting.UserDefinedAttributes.CreateCreateAttributeDefinitionParams

Namespace: TSD.API.Remoting.UserDefinedAttributes.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
public sealed class CreateAttributeDefinitionParams

The CreateAttributeDefinitionParams type exposes the following members.

Properties
 NameDescription
Public propertyIsLinkable Gets or sets a value indicating whether attribute should be synchronized on linked levels
Public propertyIsReadOnly Gets or sets a value indicating whether attribute should be read only
Public propertyName Gets or sets the name of the attribute definition
Public propertyValues Gets or sets the list of predefined values
Public propertyValueSource Gets or sets the source of attribute values
Public propertyValueType Gets or sets the type of attribute values
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates a new instance of CreateAttributeDefinitionParams class
Public methodStatic memberFrom Creates a new instance of CreateAttributeDefinitionParams class based on given attribute definition
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next