Class CardChannelLayerObservable
Allows an existing ICardChannel 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 CardChannelLayerObservable : CardChannelObservable, ICardChannelLayerObservable, ICardChannelLayer, ICardChannelObservable, ICardChannel
Constructors
| Improve this Doc View SourceCardChannelLayerObservable(ICardChannelLayer)
Initializes a new instance.
Declaration
public CardChannelLayerObservable(ICardChannelLayer channelLayer)
Parameters
Type | Name | Description |
---|---|---|
ICardChannelLayer | channelLayer | 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(ICardChannelStack)
Declaration
public void SetStack(ICardChannelStack stack)
Parameters
Type | Name | Description |
---|---|---|
ICardChannelStack | stack |