Table of Contents

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 Assortment

The assortment.

user User

The user.

AssortmentPermission(Assortment, UserGroup)

Initializes a new instance of the AssortmentPermission class.

public AssortmentPermission(Assortment assortment, UserGroup group)

Parameters

assortment Assortment

The assortment.

group UserGroup

The group.

AssortmentPermission(string, int)

Initializes a new instance of the AssortmentPermission class.

public AssortmentPermission(string assortmentID, int userID)

Parameters

assortmentID string

The assortment identifier.

userID int

The user identifier.

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.

To top