Search Results for

    Show / Hide Table of Contents

    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 Source

    GroupFullAccess

    Declaration
    public IList<int> GroupFullAccess { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Int32>
    | Improve this Doc View Source

    GroupReadAccess

    Declaration
    public IList<int> GroupReadAccess { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Int32>
    | Improve this Doc View Source

    GroupWriteAccess

    Declaration
    public IList<int> GroupWriteAccess { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Int32>
    | Improve this Doc View Source

    OwnerId

    Declaration
    public int? OwnerId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    UserFullAccess

    Declaration
    public IList<int> UserFullAccess { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Int32>
    | Improve this Doc View Source

    UserReadAccess

    Declaration
    public IList<int> UserReadAccess { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Int32>
    | Improve this Doc View Source

    UserWriteAccess

    Declaration
    public IList<int> UserWriteAccess { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx