Method Create

Create(string?, AttributeValueType, AttributeValueSource)

Creates a new instance of CreateAttributeDefinitionParams class

Declaration
public static CreateAttributeDefinitionParams Create(string? name, AttributeValueType valueType, AttributeValueSource valueSource)
Parameters
Type Name Description
string name

The name of the attribute definition

AttributeValueType valueType

The type of attribute values

AttributeValueSource valueSource

The source of attribute values

Returns
Type Description
CreateAttributeDefinitionParams

The newly created instance of CreateAttributeDefinitionParams class

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next