Show / Hide Table of Contents

Interface ICardContextLayer

Interface for card context layers, ie card context that can be used in a card context stack (ICardContextStack).

Inherited Members
ICardContext.Context
ICardContext.Groups
ICardContext.GroupsCount
ICardContext.Readers
ICardContext.ReadersCount
ICardContext.Cancel()
ICardContext.Establish()
ICardContext.GetStatusChange(UInt32, AbstractReaderState[])
ICardContext.IsValid()
ICardContext.ListReaders(String)
ICardContext.ListReaderGroups()
ICardContext.Release()
Namespace: WSCT.Stack
Assembly: WSCT.dll
Syntax
public interface ICardContextLayer : ICardContext
Remarks

A given layer instance must be used only in one stack.

Properties

| Improve this Doc View Source

LayerId

Layer identifier (must be unique in a stack).

Declaration
string LayerId { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

SetStack(ICardContextStack)

Allows to declare the stack using this layer.

Declaration
void SetStack(ICardContextStack stack)
Parameters
Type Name Description
ICardContextStack stack

Stack containing this layer.

Extension Methods

JsonHelpers.WriteToJsonFile(Object, String)
JsonHelpers.WriteToJsonFile(Object, String, Boolean)
JsonHelpers.WriteToJsonString(Object)
JsonHelpers.WriteToJsonString(Object, Boolean)
CardContextExtension.ToObservable(ICardContext)
CardContextLayerExtension.ToObservableLayer(ICardContextLayer)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX