Method | Description | |
---|---|---|
PermissionAttribute ( string id, string name, string type, UserType userType ) : System |
Initializes a new instance of the PermissionAttribute class.
|
public PermissionAttribute ( string id, string name, string type, UserType userType ) : System | ||
id | string | The id. |
name | string | The name. |
type | string | The type. |
userType | UserType | Type of the user. |
return | System |