Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Stores Namespace / Currency Class


In This Topic
    Currency Class Properties
    In This Topic

    For a list of all members of this type, see Currency members.

    Public Properties
     NameDescription
    Public Property Gets or sets a value indicating whether AutoUpdate  
    Public Property Gets or sets the identity of this entity.  
    Public Property Gets or sets the CurrencySymbol  
    Public Property Gets or sets the DecimalDigits  
    Public Property Gets or sets the DecimalSeparator  
    Public Property Gets or sets the ExchangeRate  
    Public Property Gets a manager that provides strongly typed access to extended fields. (Inherited from CommerceBuilder.DomainModel.Entity)
    Public Property Gets or sets the GroupSeparator  
    Public Property Gets or sets the GroupSizes  
    Public Property Gets a value indicating whether the entity have extended fields or not (Inherited from CommerceBuilder.DomainModel.Entity)
    Public PropertyOverridden.  Gets or sets the Id for the entity.  
    Public Property Gets a value indicating whether this is the base currency for the store  
    Public Property Gets or sets the ISOCode  
    Public Property Gets or sets the ISOCodePattern  
    Public Property Gets or sets the LastUpdate  
    Public Property Gets or sets the Name  
    Public Property Gets or sets the NegativePattern  
    Public Property Gets or sets the NegativeSign  
    Public Property Gets or sets the PositivePattern  
    Public Property Gets or sets an instance of the repository for this entity (Inherited from CommerceBuilder.DomainModel.EntityWithTypedId<int>)
    Public Property Gets or sets the Store  
    Top
    Protected Properties
     NameDescription
    Protected Property Gets NumberFormat instance configured with the format rules defined by this currency.  
    Top
    See Also