StoreDto
public class StoreDto : StoreBasicDto
Inheritance
- class StoreBasicDto
Namespace
Constructors
StoreDto
The default constructor.
public StoreDto()
Properties
AllowedUserRoles
public List<string> AllowedUserRoles { get; set; }
AllowedUsers
public List<string> AllowedUsers { get; set; }
BaseCurrencyId
public Guid? BaseCurrencyId { get; set; }
CartNumberTemplate
public string CartNumberTemplate { get; set; }
ConfirmationEmailTemplateId
public Guid? ConfirmationEmailTemplateId { get; set; }
CookieTimeout
public int? CookieTimeout { get; set; }
DefaultCountryId
public Guid? DefaultCountryId { get; set; }
DefaultGiftCardEmailTemplateId
public Guid? DefaultGiftCardEmailTemplateId { get; }
DefaultOrderStatusId
public Guid? DefaultOrderStatusId { get; set; }
DefaultTaxClassId
public Guid? DefaultTaxClassId { get; set; }
ErrorEmailTemplateId
public Guid? ErrorEmailTemplateId { get; set; }
ErrorOrderStatusId
public Guid? ErrorOrderStatusId { get; set; }
GiftCardActivationMethod
public string GiftCardActivationMethod { get; }
GiftCardActivationOrderStatusId
public Guid? GiftCardActivationOrderStatusId { get; }
GiftCardCodeLength
public int GiftCardCodeLength { get; set; }
GiftCardCodeTemplate
public string GiftCardCodeTemplate { get; set; }
GiftCardDaysValid
public int GiftCardDaysValid { get; set; }
GiftCardPropertyAliases
public string GiftCardPropertyAliases { get; set; }
OrderEditorConfig
public string OrderEditorConfig { get; set; }
OrderNumberTemplate
public string OrderNumberTemplate { get; set; }
ProductPropertyAliases
public string ProductPropertyAliases { get; set; }
ProductUniquenessPropertyAliases
public string ProductUniquenessPropertyAliases { get; set; }
UseCookies
public bool UseCookies { get; set; }