Class CardContextLayerObservable
Allows an existing ICardContextLayer instance to be observed by using delegates and wrapping it.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: WSCT.Stack
Assembly: WSCT.dll
Syntax
public class CardContextLayerObservable : CardContextObservable, ICardContextLayerObservable, ICardContextLayer, ICardContextObservable, ICardContext
Constructors
| Improve this Doc View SourceCardContextLayerObservable(ICardContextLayer)
Initializes a new instance.
Declaration
public CardContextLayerObservable(ICardContextLayer contextLayer)
Parameters
Type | Name | Description |
---|---|---|
ICardContextLayer | contextLayer | ICardContext instance to wrap. |
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 |