Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / InheritanceMode Enumeration
In This Topic
    InheritanceMode Enumeration
    In This Topic
    Enumeration that represents inheritance mode of kit items
    Syntax
    public enum InheritanceMode : System.Enum 
    Members
    MemberDescription
    Inherit Inherit from base product
    Modify Modify the base product value
    Override Override the base product value
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Products.InheritanceMode

    See Also