public ClientRecord(
Row row,
Exception validationError,
string recID = null,
string target = null,
string isoLang = null,
ModelFieldValueListLookupFunc valueListLookupFunc = null
)
public ClientRecord(
Row row,
Exception validationError,
string recID = null,
string target = null,
string isoLang = null,
ModelFieldValueListLookupFunc valueListLookupFunc = null
)
Public Sub New (
row As Row,
validationError As Exception,
Optional recID As String = Nothing,
Optional target As String = Nothing,
Optional isoLang As String = Nothing,
Optional valueListLookupFunc As ModelFieldValueListLookupFunc = Nothing
)
Public Sub New (
row As Row,
validationError As Exception,
Optional recID As String = Nothing,
Optional target As String = Nothing,
Optional isoLang As String = Nothing,
Optional valueListLookupFunc As ModelFieldValueListLookupFunc = Nothing
)
public:
ClientRecord(
Row^ row,
Exception^ validationError,
String^ recID = nullptr,
String^ target = nullptr,
String^ isoLang = nullptr,
ModelFieldValueListLookupFunc^ valueListLookupFunc = nullptr
)
public:
ClientRecord(
Row^ row,
Exception^ validationError,
String^ recID = nullptr,
String^ target = nullptr,
String^ isoLang = nullptr,
ModelFieldValueListLookupFunc^ valueListLookupFunc = nullptr
)
new :
row : Row *
validationError : Exception *
?recID : string *
?target : string *
?isoLang : string *
?valueListLookupFunc : ModelFieldValueListLookupFunc
(* Defaults:
let _recID = defaultArg recID null
let _target = defaultArg target null
let _isoLang = defaultArg isoLang null
let _valueListLookupFunc = defaultArg valueListLookupFunc null
*)
-> ClientRecord
new :
row : Row *
validationError : Exception *
?recID : string *
?target : string *
?isoLang : string *
?valueListLookupFunc : ModelFieldValueListLookupFunc
(* Defaults:
let _recID = defaultArg recID null
let _target = defaultArg target null
let _isoLang = defaultArg isoLang null
let _valueListLookupFunc = defaultArg valueListLookupFunc null
*)
-> ClientRecord