[This is preliminary documentation and is subject to change.]
Returns the read-only registry view of payment systems currently activated
Namespace: NFX.Web.PayAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public static IRegistry<IPaySystem> Instances { get; }
public static IRegistry<IPaySystem> Instances { get; }
Public Shared ReadOnly Property Instances As IRegistry(Of IPaySystem)
Get
Public Shared ReadOnly Property Instances As IRegistry(Of IPaySystem)
Get
public:
static property IRegistry<IPaySystem^>^ Instances {
IRegistry<IPaySystem^>^ get ();
}
public:
static property IRegistry<IPaySystem^>^ Instances {
IRegistry<IPaySystem^>^ get ();
}
static member Instances : IRegistry<IPaySystem> with get
static member Instances : IRegistry<IPaySystem> with get
Property Value
Type:
IRegistry IPaySystem