[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,
string cfgStr,
string format = "laconf"
)
where TPaySystem : PaySystem
public static TPaySystem Make<TPaySystem>(
string name,
string cfgStr,
string format = "laconf"
)
where TPaySystem : PaySystem
Public Shared Function Make(Of TPaySystem As PaySystem) (
name As String,
cfgStr As String,
Optional format As String = "laconf"
) As TPaySystem
Public Shared Function Make(Of TPaySystem As PaySystem) (
name As String,
cfgStr As String,
Optional format As String = "laconf"
) As TPaySystem
public:
generic<typename TPaySystem>
where TPaySystem : PaySystem
static TPaySystem Make(
String^ name,
String^ cfgStr,
String^ format = L"laconf"
)
public:
generic<typename TPaySystem>
where TPaySystem : PaySystem
static TPaySystem Make(
String^ name,
String^ cfgStr,
String^ format = L"laconf"
)
static member Make :
name : string *
cfgStr : string *
?format : string
(* Defaults:
let _format = defaultArg format "laconf"
*)
-> 'TPaySystem when 'TPaySystem : PaySystem
static member Make :
name : string *
cfgStr : string *
?format : string
(* Defaults:
let _format = defaultArg format "laconf"
*)
-> 'TPaySystem when 'TPaySystem : PaySystem
- TPaySystem
Return Value
Type:
TPaySystem