Back to Website
Show / Hide Table of Contents

Interface IPermission

Inherited Members
ITransformPermission.AllowMoveHorizontal
ITransformPermission.AllowMoveVertical
ITransformPermission.AllowFreeMove
ITransformPermission.AllowRotate
ITransformPermission.AllowDragAndDrop
ITransformPermission.ResizeGrips
IPlaceholderPermission.AllowEditContent
IPlaceholderPermission.ShowSelectButton
IPlaceholderPermission.ShowHandleButton
IPlaceholderPermission.ShowDoneButton
System.ICloneable.Clone()
Namespace: Aurigma.DesignAtoms.Canvas.ItemHandlers
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

ShowDeleteToolbarButton

Declaration
bool ShowDeleteToolbarButton { get; set; }
Property Value
Type Description
System.Boolean

ShowEditToolbarButton

Declaration
bool ShowEditToolbarButton { get; set; }
Property Value
Type Description
System.Boolean

ShowHandleToolbarButton

Declaration
bool ShowHandleToolbarButton { get; set; }
Property Value
Type Description
System.Boolean

ShowSelectToolbarButton

Declaration
bool ShowSelectToolbarButton { get; set; }
Property Value
Type Description
System.Boolean

Methods

Equals(IPermission)

Declaration
bool Equals(IPermission other)
Parameters
Type Name Description
IPermission other
Returns
Type Description
System.Boolean
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...