Class TemplateConfig.ManipulationPermissions
Inheritance
System.Object
TemplateConfig.ManipulationPermissions
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: Aurigma.DesignAtoms.Convert
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ManipulationPermissions : TemplateConfig.BasePermissions<TemplateConfig.ManipulationPermissions, ManipulationPermissions>
Constructors
ManipulationPermissions()
Declaration
public ManipulationPermissions()
Fields
AllowDelete
Declaration
public bool? AllowDelete
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
AllowDragAndDrop
Declaration
public bool? AllowDragAndDrop
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
AllowMoveHorizontal
Declaration
public bool? AllowMoveHorizontal
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
AllowMoveVertical
Declaration
public bool? AllowMoveVertical
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
AllowRotate
Declaration
public bool? AllowRotate
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ResizeGrips
Declaration
public TemplateConfig.ResizeGripsPermissions ResizeGrips
Field Value
| Type | Description |
|---|---|
| TemplateConfig.ResizeGripsPermissions |
Methods
CopyTo(ManipulationPermissions)
Declaration
public override void CopyTo(ManipulationPermissions dst)
Parameters
| Type | Name | Description |
|---|---|---|
| ManipulationPermissions | dst |
Overrides
Aurigma.DesignAtoms.Convert.TemplateConfig.BasePermissions<Aurigma.DesignAtoms.Convert.TemplateConfig.ManipulationPermissions, Aurigma.DesignAtoms.Model.Items.ManipulationPermissions>.CopyTo(Aurigma.DesignAtoms.Model.Items.ManipulationPermissions)