Class GroupItemPermissions
Inheritance
System.Object
BasePermissions
GroupItemPermissions
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 GroupItemPermissions : BasePermissions
Constructors
GroupItemPermissions()
Declaration
public GroupItemPermissions()
GroupItemPermissions(Boolean)
Declaration
public GroupItemPermissions(bool defaultValue)
Parameters
| Type |
Name |
Description |
| System.Boolean |
defaultValue |
|
Fields
_allowSelectNestedItems
Declaration
public bool _allowSelectNestedItems
Field Value
| Type |
Description |
| System.Boolean |
|
_allowUngroup
Declaration
public bool _allowUngroup
Field Value
| Type |
Description |
| System.Boolean |
|
AllowReplaceContentConstraint
Declaration
public bool? AllowReplaceContentConstraint
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
AllowSelectNestedItemsConstraint
Declaration
public bool? AllowSelectNestedItemsConstraint
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
AllowUngroupConstraint
Declaration
public bool? AllowUngroupConstraint
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
Properties
AllowReplaceContent
Declaration
public bool AllowReplaceContent { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowSelectNestedItems
Declaration
public bool AllowSelectNestedItems { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
AllowUngroup
Declaration
public bool AllowUngroup { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Clone()
Declaration
public GroupItemPermissions Clone()
Returns
Equals(GroupItemPermissions)
Declaration
protected bool Equals(GroupItemPermissions 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)
GetSimplifiedObject()
Declaration
public override object GetSimplifiedObject()
Returns
| Type |
Description |
| System.Object |
|
Overrides
BasePermissions.GetSimplifiedObject()
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