commercetools.Sdk
The commercetools platform, import-api and C# sdks generated from our api reference.
Loading...
Searching...
No Matches
Public Member Functions | Properties
commercetools.Sdk.Api.Models.Products.IAttribute Interface Reference

Inherited by commercetools.Sdk.Api.Models.Products.Attribute, and commercetools.Sdk.Api.Models.Products.IGenericAttribute< T >.

Public Member Functions

PlainEnumAttributeToPlainEnumAttribute ()
 
LocalizedEnumAttributeToLocalizedEnumAttribute ()
 
LocalizedStringAttributeToLocalizedStringAttribute ()
 
StringAttributeToStringAttribute ()
 
MoneyAttributeToMoneyAttribute ()
 
BooleanAttributeToBooleanAttribute ()
 
DecimalAttributeToDecimalAttribute ()
 
LongAttributeToLongAttribute ()
 
ReferenceAttributeToReferenceAttribute ()
 
NestedAttributeToNestedAttribute ()
 
SetAttribute< string >? ToSetStringAttribute ()
 
SetAttribute< LocalizedString >? ToSetLocalizedStringAttribute ()
 
SetAttribute< IAttributePlainEnumValue >? ToSetPlainEnumAttribute ()
 
SetAttribute< IAttributeLocalizedEnumValue >? ToSetLocalizedEnumAttribute ()
 
SetAttribute< ITypedMoney >? ToSetMoneyAttribute ()
 
SetAttribute< bool >? ToSetBooleanAttribute ()
 
SetAttribute< decimal >? ToSetDecimalAttribute ()
 
SetAttribute< long >? ToSetLongAttribute ()
 
SetAttribute< IReference >? ToSetReferenceAttribute ()
 
SetAttribute< List< IAttribute > >? ToSetOfNestedAttribute ()
 

Properties

string Name [get, set]
 
Object Value [get, set]
 

Member Function Documentation

◆ ToBooleanAttribute()

BooleanAttribute? commercetools.Sdk.Api.Models.Products.IAttribute.ToBooleanAttribute ( )
inline

◆ ToDecimalAttribute()

DecimalAttribute? commercetools.Sdk.Api.Models.Products.IAttribute.ToDecimalAttribute ( )
inline

◆ ToLocalizedEnumAttribute()

LocalizedEnumAttribute? commercetools.Sdk.Api.Models.Products.IAttribute.ToLocalizedEnumAttribute ( )
inline

◆ ToLocalizedStringAttribute()

LocalizedStringAttribute? commercetools.Sdk.Api.Models.Products.IAttribute.ToLocalizedStringAttribute ( )
inline

◆ ToLongAttribute()

LongAttribute? commercetools.Sdk.Api.Models.Products.IAttribute.ToLongAttribute ( )
inline

◆ ToMoneyAttribute()

MoneyAttribute? commercetools.Sdk.Api.Models.Products.IAttribute.ToMoneyAttribute ( )
inline

◆ ToNestedAttribute()

NestedAttribute? commercetools.Sdk.Api.Models.Products.IAttribute.ToNestedAttribute ( )
inline

◆ ToPlainEnumAttribute()

PlainEnumAttribute? commercetools.Sdk.Api.Models.Products.IAttribute.ToPlainEnumAttribute ( )
inline

◆ ToReferenceAttribute()

ReferenceAttribute? commercetools.Sdk.Api.Models.Products.IAttribute.ToReferenceAttribute ( )
inline

◆ ToSetBooleanAttribute()

SetAttribute< bool >? commercetools.Sdk.Api.Models.Products.IAttribute.ToSetBooleanAttribute ( )
inline

◆ ToSetDecimalAttribute()

SetAttribute< decimal >? commercetools.Sdk.Api.Models.Products.IAttribute.ToSetDecimalAttribute ( )
inline

◆ ToSetLocalizedEnumAttribute()

SetAttribute< IAttributeLocalizedEnumValue >? commercetools.Sdk.Api.Models.Products.IAttribute.ToSetLocalizedEnumAttribute ( )
inline

◆ ToSetLocalizedStringAttribute()

SetAttribute< LocalizedString >? commercetools.Sdk.Api.Models.Products.IAttribute.ToSetLocalizedStringAttribute ( )
inline

◆ ToSetLongAttribute()

SetAttribute< long >? commercetools.Sdk.Api.Models.Products.IAttribute.ToSetLongAttribute ( )
inline

◆ ToSetMoneyAttribute()

SetAttribute< ITypedMoney >? commercetools.Sdk.Api.Models.Products.IAttribute.ToSetMoneyAttribute ( )
inline

◆ ToSetOfNestedAttribute()

SetAttribute< List< IAttribute > >? commercetools.Sdk.Api.Models.Products.IAttribute.ToSetOfNestedAttribute ( )
inline

◆ ToSetPlainEnumAttribute()

SetAttribute< IAttributePlainEnumValue >? commercetools.Sdk.Api.Models.Products.IAttribute.ToSetPlainEnumAttribute ( )
inline

◆ ToSetReferenceAttribute()

SetAttribute< IReference >? commercetools.Sdk.Api.Models.Products.IAttribute.ToSetReferenceAttribute ( )
inline

◆ ToSetStringAttribute()

SetAttribute< string >? commercetools.Sdk.Api.Models.Products.IAttribute.ToSetStringAttribute ( )
inline

◆ ToStringAttribute()

StringAttribute? commercetools.Sdk.Api.Models.Products.IAttribute.ToStringAttribute ( )
inline

Property Documentation

◆ Name

string commercetools.Sdk.Api.Models.Products.IAttribute.Name
getset

◆ Value

Object commercetools.Sdk.Api.Models.Products.IAttribute.Value
getset

The documentation for this interface was generated from the following files: