Class PermissionSettings
Class to Enable Permission Settings.
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: Syncfusion.JavaScript.Models.ReportDesigner
Assembly: Syncfusion.EJ.dll
Syntax
public class PermissionSettings : EJTagHelper
Constructors
PermissionSettings()
Declaration
public PermissionSettings()
Properties
DataSet
Gets or sets the Permission Settings for Data Set.
Declaration
[HtmlAttributeName("dataSet")]
[JsonProperty("dataSet")]
[JsonConverter(typeof(StringEnumConverter))]
public Permission DataSet { get; set; }
Property Value
Type | Description |
---|---|
Permission | Gets the Permission Settings for Data Set. |
DataSource
Gets or sets the Permission Settings for Data Source.
Declaration
[HtmlAttributeName("dataSource")]
[JsonProperty("dataSource")]
[JsonConverter(typeof(StringEnumConverter))]
public Permission DataSource { get; set; }
Property Value
Type | Description |
---|---|
Permission | Gets the Permission Settings for Data Source. |