Class TemplateConfig.ItemPermissions
Inheritance
System.Object
TemplateConfig.ItemPermissions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
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.Convert
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ItemPermissions : TemplateConfig.BasePermissions<TemplateConfig.ItemPermissions, ItemPermissions>
Constructors
ItemPermissions()
Declaration
public ItemPermissions()
Fields
AllowOpacityChange
Declaration
public bool? AllowOpacityChange
Field Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
AllowRemoveOnLayoutChange
Declaration
public bool? AllowRemoveOnLayoutChange
Field Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
AllowZOrderChange
Declaration
public bool? AllowZOrderChange
Field Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Methods
CopyTo(ItemPermissions)
Declaration
public override void CopyTo(ItemPermissions dst)
Parameters
Type | Name | Description |
---|---|---|
ItemPermissions | dst |
Overrides
Aurigma.DesignAtoms.Convert.TemplateConfig.BasePermissions<Aurigma.DesignAtoms.Convert.TemplateConfig.ItemPermissions, Aurigma.DesignAtoms.Model.Items.ItemPermissions>.CopyTo(Aurigma.DesignAtoms.Model.Items.ItemPermissions)