Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / Lifestyle Enumeration
In This Topic
    Lifestyle Enumeration
    In This Topic
    The different lifestyles supported for registration with windsor
    Syntax
    public enum Lifestyle : System.Enum 
    Members
    MemberDescription
    PerThread One instance per thread
    PerWebRequest One instance per http request
    Singleton One instance per application instance
    Transient A new instance is created every time it is resolved by the container
    Remarks
    See the RegisterFor attribute.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.DomainModel.Lifestyle

    See Also