Interface ICardChannelLayer
Interface for card channel layers, ie card channel that can be used in a card channel stack.
Inherited Members
Namespace: WSCT.Stack
Assembly: WSCT.dll
Syntax
public interface ICardChannelLayer : ICardChannel
Remarks
A given layer instance must be used only in one stack.
Properties
| Improve this Doc View SourceLayerId
Layer identifier (must be unique).
Declaration
string LayerId { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceSetStack(ICardChannelStack)
Allows to declare the layerDescriptions using this layer.
Declaration
void SetStack(ICardChannelStack stack)
Parameters
Type | Name | Description |
---|---|---|
ICardChannelStack | stack | Stack containing this layer. |