Skip to main content

Class ContentPermissions

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

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

Constructors

ContentPermissions

public ContentPermissions()

ContentPermissions

public ContentPermissions(bool defaultValue)

Properties

ImagePermissions

public ImagePermissions ImagePermissions { get; set; }

BarcodePermissions

public BarcodePermissions BarcodePermissions { get; set; }

Methods

Equals

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

Aurigma.DesignAtoms.Model.Items.ContentPermissions

OnPropertyChanged

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

OnPermissionsChanged

protected void OnPermissionsChanged(object sender = null, EventArgs e = null)
Parameters
TypeNameDescription
System.Objectsender
System.EventArgse

GetSimplifiedObject

public override object GetSimplifiedObject()
Returns

System.Object

Overrides
  • BasePermissions.GetSimplifiedObject

Events

PropertyChanged

public event PropertyChangedEventHandler PropertyChanged
Was this page helpful?