Class Permission
Inheritance
System.Object
Permission
Implements
System.ICloneable
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()
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class Permission : IPermission, ITransformPermission, IPlaceholderPermission, ICloneable
Constructors
Permission()
Declaration
Permission(Boolean)
Declaration
public Permission(bool defaultValue)
Parameters
| Type |
Name |
Description |
| System.Boolean |
defaultValue |
|
Properties
AllowDelete
Declaration
public bool AllowDelete { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowDragAndDrop
Declaration
public bool AllowDragAndDrop { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowEditContent
Declaration
public bool AllowEditContent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowFreeMove
Declaration
public bool AllowFreeMove { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowMove
Declaration
public bool AllowMove { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowMoveHorizontal
Declaration
public bool AllowMoveHorizontal { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowMoveVertical
Declaration
public bool AllowMoveVertical { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowResize
Declaration
public bool AllowResize { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowRotate
Declaration
public bool AllowRotate { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
NoPrint
Declaration
public bool NoPrint { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
NoShow
Declaration
public bool NoShow { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ResizeGrips
Declaration
public ResizeGripsPermissions ResizeGrips { get; set; }
Property Value
Declaration
public bool ShowDeleteToolbarButton { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool ShowDoneButton { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool ShowEditToolbarButton { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool ShowHandleButton { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool ShowHandleToolbarButton { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool ShowSelectButton { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool ShowSelectToolbarButton { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Clone()
Declaration
Returns
| Type |
Description |
| System.Object |
|
Equals(IPermission)
Declaration
public bool Equals(IPermission other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Implements
System.ICloneable