Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / RegisterForAttribute Class
Members
In This Topic
    RegisterForAttribute Class
    In This Topic
    Marks a class to be registered with the IOC container.
    Syntax
    [AttributeUsage(AttributeTargets.Class, AllowMultiple=true)]
    public class RegisterForAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          CommerceBuilder.DomainModel.RegisterForAttribute

    See Also