Class ItemPermissions
Inheritance
System.Object
ItemPermissions
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()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ItemPermissions
Constructors
ItemPermissions()
Declaration
ItemPermissions(Boolean)
Declaration
public ItemPermissions(bool defaultValue)
Parameters
| Type |
Name |
Description |
| System.Boolean |
defaultValue |
|
Properties
AllowOpacityChange
Declaration
public bool AllowOpacityChange { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowRemoveOnLayoutChange
Declaration
public bool AllowRemoveOnLayoutChange { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowZOrderChange
Declaration
public bool AllowZOrderChange { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public ItemToolbarPermissions ItemToolbarPermissions { get; set; }
Property Value
Methods
Clone()
Declaration
public ItemPermissions Clone()
Returns
Equals(ItemPermissions)
Declaration
protected bool Equals(ItemPermissions other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
Description |
| System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged