Class RowAccess
Inheritance
System.Object
RowAccess
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Authorization
Assembly: Simplic.Authorization.dll
Syntax
public class RowAccess
Properties
| Improve this Doc View SourceGroupFullAccess
Declaration
public IList<int> GroupFullAccess { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |
GroupReadAccess
Declaration
public IList<int> GroupReadAccess { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |
GroupWriteAccess
Declaration
public IList<int> GroupWriteAccess { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |
OwnerId
Declaration
public int? OwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
UserFullAccess
Declaration
public IList<int> UserFullAccess { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |
UserReadAccess
Declaration
public IList<int> UserReadAccess { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |
UserWriteAccess
Declaration
public IList<int> UserWriteAccess { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |