Lk |
The LkItem type exposes the following members.
| Name | Description | |
|---|---|---|
| LkItem | Initializes a new instance of the LkItem class. | |
| LkItem(String, String, String, String, String, String, String) | Initializes a new instance of the LkItem class. |
| Name | Description | |
|---|---|---|
| ItemInt32, Int32, Int32 | Indexer that set or get fields, multivalues or subvalues from the record. | |
| ItemString, Int32, Int32 | Indexer that usign the dictionary name can set or get fields, multivalues or subvalues from the record. | |
| LstDicts | Array with the dictionary names for record fields. | |
| LstDictsCalculated | Array with the dictionary names for calculated fields of the record. | |
| LstDictsId | Array with the dictionary names for record Ids. |
| Name | Description | |
|---|---|---|
| ComposeDeleteBuffer | Composes the final buffer string for one or more records to be deleted in MV Delete operations, with the RecordId and optionally with the OriginalRecord information. | |
| ComposeNewBuffer | Composes the final buffer string for one or more records to be created in MV New operations, with the RecordId and the Record information. | |
| ComposeReadBuffer | Composes the final buffer string for one or more records to be read in MV Read operations, with the RecordId information. | |
| ComposeUpdateBuffer | Composes the final buffer string for one or more records to be updated in MV Update operations, with the RecordId, the Record, and optionally the OriginalRecord information. | |
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| ToString | (Inherited from Object) |
| Name | Description | |
|---|---|---|
| Calculated | The content of calculated fields from database. | |
| OriginalRecord | A copy of the original record to be used in operations where the optimistic lock option is enabled. | |
| Record | The content of a record from database. | |
| RecordId | The ID of the record. |