Click or drag to resize

LkItem(String, String, String, String, String, String, String) Constructor

Linkar Framework for .NET and Core


Initializes a new instance of the LkItem class.

Namespace: Linkar.LkData
Assembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax
public LkItem(
	string recordId,
	string record = "",
	string calculateds = "",
	string originalRecord = "",
	string[] lstDictsId = null,
	string[] lstDicts = null,
	string[] lstDictsCalculated = null
)

Parameters

recordId  String
The ID of the record.
record  String  (Optional)
The content of a record from database.
calculateds  String  (Optional)
The content of the calculated fields of the records.
originalRecord  String  (Optional)
A copy of the original record to be used in operations where the optimistic lock option is enabled.
lstDictsId  String  (Optional)
Optionally, array with the dictionary names for record Ids.
lstDicts  String  (Optional)
Optionally, array with the dictionary names for record fields.
lstDictsCalculated  String  (Optional)
Optionally, array with the dictionary names for calculated fields of the record.
See Also