Skip to main content

Class ManipulationPermissions

Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ManipulationPermissions : BasePermissions

Inheritance: System.Object -> BasePermissions -> ManipulationPermissions

Implements

  • System.ComponentModel.INotifyPropertyChanged

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

ManipulationPermissions

public ManipulationPermissions()

ManipulationPermissions

public ManipulationPermissions(bool defaultValue)

Properties

AllowDelete

public bool AllowDelete { get; set; }

AllowMoveHorizontal

public bool AllowMoveHorizontal { get; set; }

AllowMoveVertical

public bool AllowMoveVertical { get; set; }

AllowRotate

public bool AllowRotate { get; set; }

AllowDragAndDrop

public bool AllowDragAndDrop { get; set; }

ResizeGrips

public ResizeGripsPermissions ResizeGrips { get; set; }

Methods

Equals

protected bool Equals(ManipulationPermissions other)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Items.ManipulationPermissionsother
Returns

System.Boolean

Equals

public override bool Equals(object obj)
Parameters
TypeNameDescription
System.Objectobj
Returns

System.Boolean

Overrides
  • System.Object.Equals(System.Object)

Clone

public ManipulationPermissions Clone()
Returns

Aurigma.DesignAtoms.Model.Items.ManipulationPermissions

OnPropertyChanged

protected void OnPropertyChanged(string name)
Parameters
TypeNameDescription
System.Stringname

GetSimplifiedObject

public override object GetSimplifiedObject()
Returns

System.Object

Overrides
  • BasePermissions.GetSimplifiedObject

Events

PropertyChanged

public event PropertyChangedEventHandler PropertyChanged
Was this page helpful?