MockSystem ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents mock payment service (can be used for testing). Mock provider is driven by card pool configured in 'accounts" section (see sample config in ExternalCfg.LACONF)
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.ServiceModel Service
        NFX.ServiceModel Service OnlineObject 
          NFX.ServiceModel ServiceWithInstrumentationBase OnlineObject 
            NFX.Web.Pay PaySystem
              NFX.Web.Pay.Mock MockSystem

Namespace: NFX.Web.Pay.Mock
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public sealed class MockSystem : PaySystem
See Also