Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / RegisterForAttribute Class / RegisterForAttribute Constructor / RegisterForAttribute Constructor(Type,Lifestyle)
The type of interface that the class implements.
Indicates the lifestyle to use with this class.
In This Topic
    RegisterForAttribute Constructor(Type,Lifestyle)
    In This Topic
    Initializes a new instance of the RegisterForAttribute class.
    Syntax
    public RegisterForAttribute( 
       Type implementedInterface,
       Lifestyle lifestyle
    )

    Parameters

    implementedInterface
    The type of interface that the class implements.
    lifestyle
    Indicates the lifestyle to use with this class.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also