Class CardContextLayer
Implements CardContext as a CardContextLayer.
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: WSCT.Wrapper.Desktop.Stack
Assembly: WSCT.Wrapper.Desktop.dll
Syntax
public class CardContextLayer : CardContext, ICardContextObservable, ICardContextLayer, ICardContext
Remarks
This layer is the terminal (top) layer by design.
Properties
| Improve this Doc View SourceLayerId
Declaration
public string LayerId { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceSetStack(ICardContextStack)
Declaration
public void SetStack(ICardContextStack stack)
Parameters
Type | Name | Description |
---|---|---|
ICardContextStack | stack |