Show / Hide Table of Contents

Class CardChannelLayerExtension

Extension methods for ICardChannelLayer.

Inheritance
System.Object
CardChannelLayerExtension
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.Linq
Assembly: WSCT.dll
Syntax
public static class CardChannelLayerExtension

Methods

| Improve this Doc View Source

ToObservableLayer(ICardChannelLayer)

Encapsulates an ICardChannelLayer and adds ICardChannelLayerObservable behaviour.

Declaration
public static ICardChannelLayerObservable ToObservableLayer(this ICardChannelLayer layer)
Parameters
Type Name Description
ICardChannelLayer layer

Card channel layer to encapsulate.

Returns
Type Description
ICardChannelLayerObservable
| Improve this Doc View Source

ToObservableLayers(IEnumerable<ICardChannelLayer>)

Declaration
public static IEnumerable<ICardChannelLayerObservable> ToObservableLayers(this IEnumerable<ICardChannelLayer> layers)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ICardChannelLayer> layers
Returns
Type Description
System.Collections.Generic.IEnumerable<ICardChannelLayerObservable>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX