Show / Hide Table of Contents

Class CardContextLayerExtension

Extension methods for ICardContextLayer.

Inheritance
System.Object
CardContextLayerExtension
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 CardContextLayerExtension

Methods

| Improve this Doc View Source

ToObservableLayer(ICardContextLayer)

Encapsulates an ICardContextLayer and add ICardContextLayerObservable behaviour.

Declaration
public static ICardContextLayerObservable ToObservableLayer(this ICardContextLayer layer)
Parameters
Type Name Description
ICardContextLayer layer

Card context to encapsulate.

Returns
Type Description
ICardContextLayerObservable
| Improve this Doc View Source

ToObservableLayers(IEnumerable<ICardContextLayer>)

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