[This is preliminary documentation and is subject to change.]
Namespace: NFX.Web.PayAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public static TPaySystem Make<TPaySystem>(
string name,
IConfigSectionNode node
)
where TPaySystem : PaySystem
public static TPaySystem Make<TPaySystem>(
string name,
IConfigSectionNode node
)
where TPaySystem : PaySystem
Public Shared Function Make(Of TPaySystem As PaySystem) (
name As String,
node As IConfigSectionNode
) As TPaySystem
Public Shared Function Make(Of TPaySystem As PaySystem) (
name As String,
node As IConfigSectionNode
) As TPaySystem
public:
generic<typename TPaySystem>
where TPaySystem : PaySystem
static TPaySystem Make(
String^ name,
IConfigSectionNode^ node
)
public:
generic<typename TPaySystem>
where TPaySystem : PaySystem
static TPaySystem Make(
String^ name,
IConfigSectionNode^ node
)
static member Make :
name : string *
node : IConfigSectionNode -> 'TPaySystem when 'TPaySystem : PaySystem
static member Make :
name : string *
node : IConfigSectionNode -> 'TPaySystem when 'TPaySystem : PaySystem
- TPaySystem
Return Value
Type:
TPaySystem