Class PathBoundedTextPermissions
Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class PathBoundedTextPermissions : BasePermissions
Inheritance: System.Object -> BasePermissions -> PathBoundedTextPermissions
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
PathBoundedTextPermissions
public PathBoundedTextPermissions()
PathBoundedTextPermissions
public PathBoundedTextPermissions(bool defaultValue)
Properties
AllowChangeColumnCount
public bool AllowChangeColumnCount { get; set; }
Methods
Equals
protected bool Equals(PathBoundedTextPermissions other)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.Items.PathBoundedTextPermissions | other |
Returns
System.Boolean
Equals
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
System.Object | obj |
Returns
System.Boolean
Overrides
System.Object.Equals(System.Object)
Clone
public PathBoundedTextPermissions Clone()
Returns
Aurigma.DesignAtoms.Model.Items.PathBoundedTextPermissions
OnPropertyChanged
protected void OnPropertyChanged(string name)
Parameters
| Type | Name | Description |
|---|---|---|
System.String | name |
GetSimplifiedObject
public override object GetSimplifiedObject()
Returns
System.Object
Overrides
BasePermissions.GetSimplifiedObject
Events
PropertyChanged
public event PropertyChangedEventHandler PropertyChanged