Class CardChannelStackObservable
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 CardChannelStackObservable : CardChannelObservable, ICardChannelStackObservable, ICardChannelStack, ICardChannelObservable, ICardChannel
Constructors
| Improve this Doc View SourceCardChannelStackObservable(ICardChannelStack)
Initializes a new instance.
Declaration
public CardChannelStackObservable(ICardChannelStack stack)
Parameters
Type | Name | Description |
---|---|---|
ICardChannelStack | stack |
Properties
| Improve this Doc View SourceLayers
Declaration
public List<ICardChannelLayer> Layers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ICardChannelLayer> |
Methods
| Improve this Doc View SourceAddLayer(ICardChannelLayer)
Declaration
public void AddLayer(ICardChannelLayer layer)
Parameters
Type | Name | Description |
---|---|---|
ICardChannelLayer | layer |
ReleaseLayer(ICardChannelLayer)
Declaration
public void ReleaseLayer(ICardChannelLayer layer)
Parameters
Type | Name | Description |
---|---|---|
ICardChannelLayer | layer |
RequestLayer(ICardChannelLayer, SearchMode)
Declaration
public ICardChannelLayer RequestLayer(ICardChannelLayer layer, SearchMode mode)
Parameters
Type | Name | Description |
---|---|---|
ICardChannelLayer | layer | |
SearchMode | mode |
Returns
Type | Description |
---|---|
ICardChannelLayer |