DataWeb
Search Results for

    Show / Hide Table of Contents

    Class PermissionSetTable

    Represents a table configuration for a permission set.

    Inheritance
    object
    PermissionSetTable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Authorization
    Assembly: DataWeb.Core.dll
    Syntax
    public class PermissionSetTable

    Properties

    DataTable

    Gets or sets the name of the data table.

    Declaration
    public string DataTable { get; set; }
    Property Value
    Type Description
    string

    Fields

    Gets or sets an array of field names.

    Declaration
    public string[] Fields { get; set; }
    Property Value
    Type Description
    string[]

    SectionDataName

    Gets or sets the name of the section data.

    Declaration
    public string SectionDataName { get; set; }
    Property Value
    Type Description
    string

    SectionName

    Gets or sets the name of the section.

    Declaration
    public string SectionName { get; set; }
    Property Value
    Type Description
    string

    SectionNames

    Gets or sets an array of section names.

    Declaration
    public string[] SectionNames { get; set; }
    Property Value
    Type Description
    string[]

    TableName

    Gets or sets the name of the table.

    Declaration
    public string TableName { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX