Show / Hide Table of Contents

Class CardContextExtension

Extension methods for ICardContext.

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

Methods

| Improve this Doc View Source

ToObservable(ICardContext)

Encapsulates an ICardContext and add ICardContextObservable behaviour.

Declaration
public static ICardContextObservable ToObservable(this ICardContext context)
Parameters
Type Name Description
ICardContext context

Card context to encapsulate.

Returns
Type Description
ICardContextObservable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX