Class SurfaceContainer
Inheritance
System.Object
SurfaceContainer
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class SurfaceContainer : Container, ICloneable
Constructors
SurfaceContainer(IEnumerable<BaseItem>, Boolean)
Declaration
public SurfaceContainer(IEnumerable<BaseItem> items = null, bool locked = false)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<BaseItem> | items | |
| System.Boolean | locked |
Properties
RenderingType
Declaration
public virtual RenderingType RenderingType { get; }
Property Value
| Type | Description |
|---|---|
| RenderingType |
TranslationKey
Declaration
public string TranslationKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Declaration
public string Type { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
DeepClone<TItem>(TItem, Boolean)
Declaration
public override TItem DeepClone<TItem>(TItem clone = null, bool keepIds = false)
where TItem : ModelComponent
Parameters
| Type | Name | Description |
|---|---|---|
| TItem | clone | |
| System.Boolean | keepIds |
Returns
| Type | Description |
|---|---|
| TItem |
Type Parameters
| Name | Description |
|---|---|
| TItem |
Overrides
Aurigma.DesignAtoms.Model.Container.DeepClone<TItem>(TItem, System.Boolean)
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Overrides
GetBytes()
Declaration
public virtual byte[] GetBytes()
Returns
| Type | Description |
|---|---|
| System.Byte[] |
SetLocked(Boolean)
Declaration
public void SetLocked(bool locked)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | locked |
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable