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