Class AssortmentPermission
- Namespace
- Dynamicweb.Ecommerce.Assortments
- Assembly
- Dynamicweb.Ecommerce.dll
AssortmentPermission class
[Serializable]
public class AssortmentPermission
- Inheritance
-
AssortmentPermission
- Inherited Members
Constructors
AssortmentPermission()
Initializes a new instance of the AssortmentPermission class.
public AssortmentPermission()
AssortmentPermission(Assortment, User)
Initializes a new instance of the AssortmentPermission class.
public AssortmentPermission(Assortment assortment, User user)
Parameters
assortment
AssortmentThe assortment.
user
UserThe user.
AssortmentPermission(Assortment, UserGroup)
Initializes a new instance of the AssortmentPermission class.
public AssortmentPermission(Assortment assortment, UserGroup group)
Parameters
assortment
AssortmentThe assortment.
group
UserGroupThe group.
AssortmentPermission(string, int)
Initializes a new instance of the AssortmentPermission class.
public AssortmentPermission(string assortmentID, int userID)
Parameters
Properties
AssortmentID
Gets or sets the id of the associated Assortment.
public string AssortmentID { get; set; }
Property Value
- string
The assortment ID.
AutoID
Gets the auto ID of the AssortmentPermission.
public int AutoID { get; }
Property Value
- int
The automatic identifier.
UserID
Gets or sets the user/group ID.
public int UserID { get; set; }
Property Value
- int
The user/group ID.