Skip to main content

Class GroupItemPermissions

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

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

Constructors

GroupItemPermissions

public GroupItemPermissions()

GroupItemPermissions

public GroupItemPermissions(bool defaultValue)

Properties

AllowUngroup

public bool AllowUngroup { get; set; }

AllowSelectNestedItems

public bool AllowSelectNestedItems { get; set; }

AllowReplaceContent

public bool AllowReplaceContent { get; set; }

Methods

GetSimplifiedObject

public override object GetSimplifiedObject()
Returns

System.Object

Overrides
  • BasePermissions.GetSimplifiedObject

Equals

protected bool Equals(GroupItemPermissions other)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Items.GroupItemPermissionsother
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 GroupItemPermissions Clone()
Returns

Aurigma.DesignAtoms.Model.Items.GroupItemPermissions

OnPropertyChanged

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

Fields

AllowUngroupConstraint

public bool? AllowUngroupConstraint

_allowUngroup

public bool _allowUngroup

AllowSelectNestedItemsConstraint

public bool? AllowSelectNestedItemsConstraint

_allowSelectNestedItems

public bool _allowSelectNestedItems

AllowReplaceContentConstraint

public bool? AllowReplaceContentConstraint

Events

PropertyChanged

public event PropertyChangedEventHandler PropertyChanged
Was this page helpful?