Class ItemToolbarPermissions
Inheritance
System.Object
BasePermissions
ItemToolbarPermissions
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
public class ItemToolbarPermissions : BasePermissions
Constructors
Declaration
public ItemToolbarPermissions()
Declaration
public ItemToolbarPermissions(bool defaultValue)
Parameters
| Type |
Name |
Description |
| System.Boolean |
defaultValue |
|
Fields
Declaration
public bool? ShowEditButtonConstraint
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
Declaration
public bool? ShowSelectButtonConstraint
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
Properties
Declaration
public bool ShowDeleteButton { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool ShowEditButton { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool ShowHandleButton { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool ShowSelectButton { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Declaration
public ItemToolbarPermissions Clone()
Returns
Declaration
protected bool Equals(ItemToolbarPermissions other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
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)
Declaration
public override object GetSimplifiedObject()
Returns
| Type |
Description |
| System.Object |
|
Overrides
BasePermissions.GetSimplifiedObject()
Declaration
protected void OnPropertyChanged(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Events
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type |
Description |
| System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged