Layer Class

Represents a template cell adapter.
Inheritance Hierarchy

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class Layer : BasicAdapter

The Layer type exposes the following members.

Constructors
  NameDescription
Public methodLayer
Initializes a new instance of the Layer class.
Top
Properties
  NameDescription
Public propertyBaseZIndex
Gets or sets the base Z-index.
Public propertyFriendlyName
Gets or sets the friendly name.
(Inherited from BasicAdapter.)
Public propertyHeight
Gets or sets the height.
(Inherited from BasicAdapter.)
Public propertyId
Gets or sets the ID.
(Inherited from BasicAdapter.)
Public propertyIsHidden
Gets or sets a value indicating whether this Layer is hidden.
Public propertyIsLocked
Gets or sets a value indicating whether this adapter is locked.
(Inherited from BasicAdapter.)
Public propertyIsTemplateLayer
Gets or sets a value indicating whether this instance is template layer.
Public propertyLayerId
Gets or sets the ID of the layer.
(Inherited from BasicAdapter.)
Public propertyLeft
Gets or sets the left.
(Inherited from BasicAdapter.)
Public propertyName
Gets or sets the name.
(Inherited from BasicAdapter.)
Public propertyOpacity
Gets or sets the opacity.
Public propertyTop
Gets or sets the top.
(Inherited from BasicAdapter.)
Public propertyUIClassName
Gets or sets the name of the corresponding UI class.
(Inherited from BasicAdapter.)
Public propertyWidth
Gets or sets the width.
(Inherited from BasicAdapter.)
Top
See Also