Class CardContextStackObservable
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 CardContextStackObservable : CardContextObservable, ICardContextStackObservable, ICardContextStack, ICardContextObservable, ICardContext
Constructors
| Improve this Doc View SourceCardContextStackObservable(ICardContextStack)
Initializes a new instance.
Declaration
public CardContextStackObservable(ICardContextStack stack)
Parameters
Type | Name | Description |
---|---|---|
ICardContextStack | stack |
Properties
| Improve this Doc View SourceLayers
Declaration
public List<ICardContextLayer> Layers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ICardContextLayer> |
Methods
| Improve this Doc View SourceAddLayer(ICardContextLayer)
Declaration
public void AddLayer(ICardContextLayer layer)
Parameters
Type | Name | Description |
---|---|---|
ICardContextLayer | layer |
ReleaseLayer(ICardContextLayer)
Declaration
public void ReleaseLayer(ICardContextLayer layer)
Parameters
Type | Name | Description |
---|---|---|
ICardContextLayer | layer |
RequestLayer(ICardContextLayer, SearchMode)
Declaration
public ICardContextLayer RequestLayer(ICardContextLayer layer, SearchMode mode)
Parameters
Type | Name | Description |
---|---|---|
ICardContextLayer | layer | |
SearchMode | mode |
Returns
Type | Description |
---|---|
ICardContextLayer |