public ClientRecord(
Row row,
Exception validationError,
Func<Schema..::..FieldDef, JSONDataMap> simpleValueListLookupFunc,
string recID = null,
string target = null,
string isoLang = null
)
public ClientRecord(
Row row,
Exception validationError,
Func<Schema..::..FieldDef, JSONDataMap> simpleValueListLookupFunc,
string recID = null,
string target = null,
string isoLang = null
)
Public Sub New (
row As Row,
validationError As Exception,
simpleValueListLookupFunc As Func(Of Schema..::..FieldDef, JSONDataMap),
Optional recID As String = Nothing,
Optional target As String = Nothing,
Optional isoLang As String = Nothing
)
Public Sub New (
row As Row,
validationError As Exception,
simpleValueListLookupFunc As Func(Of Schema..::..FieldDef, JSONDataMap),
Optional recID As String = Nothing,
Optional target As String = Nothing,
Optional isoLang As String = Nothing
)
public:
ClientRecord(
Row^ row,
Exception^ validationError,
Func<Schema..::..FieldDef^, JSONDataMap^>^ simpleValueListLookupFunc,
String^ recID = nullptr,
String^ target = nullptr,
String^ isoLang = nullptr
)
public:
ClientRecord(
Row^ row,
Exception^ validationError,
Func<Schema..::..FieldDef^, JSONDataMap^>^ simpleValueListLookupFunc,
String^ recID = nullptr,
String^ target = nullptr,
String^ isoLang = nullptr
)
new :
row : Row *
validationError : Exception *
simpleValueListLookupFunc : Func<Schema..::..FieldDef, JSONDataMap> *
?recID : string *
?target : string *
?isoLang : string
(* Defaults:
let _recID = defaultArg recID null
let _target = defaultArg target null
let _isoLang = defaultArg isoLang null
*)
-> ClientRecord
new :
row : Row *
validationError : Exception *
simpleValueListLookupFunc : Func<Schema..::..FieldDef, JSONDataMap> *
?recID : string *
?target : string *
?isoLang : string
(* Defaults:
let _recID = defaultArg recID null
let _target = defaultArg target null
let _isoLang = defaultArg isoLang null
*)
-> ClientRecord