Class PermissionSetTable
Represents a table configuration for a permission set.
Inherited Members
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 |