Class BarcodePermissions
Inheritance
System.Object
BasePermissions
BarcodePermissions
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.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class BarcodePermissions : BasePermissions
Constructors
BarcodePermissions()
Declaration
public BarcodePermissions()
BarcodePermissions(Boolean)
Declaration
public BarcodePermissions(bool defaultValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | defaultValue |
Properties
AllowChangeBarcodeColor
Declaration
public bool AllowChangeBarcodeColor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
AllowChangeBarcodeContent
Declaration
public bool AllowChangeBarcodeContent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
AllowChangeBarcodeType
Declaration
public bool AllowChangeBarcodeType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
Clone()
Declaration
public BarcodePermissions Clone()
Returns
| Type | Description |
|---|---|
| BarcodePermissions |
Equals(BarcodePermissions)
Declaration
protected bool Equals(BarcodePermissions other)
Parameters
| Type | Name | Description |
|---|---|---|
| BarcodePermissions | 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)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.Object.GetHashCode()
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