Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Common Namespace / BitFieldState Enumeration
In This Topic
    BitFieldState Enumeration
    In This Topic
    Enumeration that represents the state of a bit field.
    Syntax
    public enum BitFieldState : System.Enum 
    Members
    MemberDescription
    Any Any state; either true or false.
    False The state is false
    True The state is true
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Common.BitFieldState

    See Also