Class VUserPermission

Assembly: redb.Core.dll
public class VUserPermission

Inheritance

ObjectVUserPermission

Properties

CanDelete

public bool CanDelete { get; set; }

CanInsert

public bool CanInsert { get; set; }

CanSelect

public bool CanSelect { get; set; }

CanUpdate

public bool CanUpdate { get; set; }

IdRole

public long? IdRole { get; set; }

ObjectId

public long ObjectId { get; set; }

PermissionId

public long PermissionId { get; set; }

PermissionType

public string PermissionType { get; set; }

UserId

public long UserId { get; set; }