Interface IPermission
Inherited Members
System.ICloneable.Clone()
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IPermission : ITransformPermission, IPlaceholderPermission, ICloneable
Properties
AllowDelete
Declaration
bool AllowDelete { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NoPrint
Declaration
bool NoPrint { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NoShow
Declaration
bool NoShow { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool ShowDeleteToolbarButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool ShowEditToolbarButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool ShowHandleToolbarButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool ShowSelectToolbarButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Equals(IPermission)
Declaration
bool Equals(IPermission other)
Parameters
Returns
Type |
Description |
System.Boolean |
|