Class ContentPermissions
Inheritance
System.Object
BasePermissions
ContentPermissions
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()
Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ContentPermissions : BasePermissions
Constructors
ContentPermissions()
Declaration
public ContentPermissions()
ContentPermissions(Boolean)
Declaration
public ContentPermissions(bool defaultValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | defaultValue |
Properties
BarcodePermissions
Declaration
public BarcodePermissions BarcodePermissions { get; set; }
Property Value
| Type | Description |
|---|---|
| BarcodePermissions |
ImagePermissions
Declaration
public ImagePermissions ImagePermissions { get; set; }
Property Value
| Type | Description |
|---|---|
| ImagePermissions |
Methods
Clone()
Declaration
public ContentPermissions Clone()
Returns
| Type | Description |
|---|---|
| ContentPermissions |
Equals(ContentPermissions)
Declaration
protected bool Equals(ContentPermissions other)
Parameters
| Type | Name | Description |
|---|---|---|
| ContentPermissions | other |
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()
OnPermissionsChanged(Object, EventArgs)
Declaration
protected void OnPermissionsChanged(object sender = null, EventArgs e = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | |
| System.EventArgs | e |
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