| XRecord Methods |
The XRecord type exposes the following members.
| Name | Description | |
|---|---|---|
| AddChangeHeaderGroup |
Adds the change header group.
| |
| AddDeleteGroup |
Adds the delete group.
| |
| AddReadGroup |
Adds a group to read group.
| |
| AddWriteGroup |
Adds the write group.
| |
| CheckPrivileges |
Controls the consistancy of the record privileges
| |
| Clone |
Clones this instance.
| |
| CreationDate |
Gets the creation date.
| |
| DateToExport |
Format record data for export.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Fields |
return the field map loaded for the record.
| |
| Fields(Int64) |
return one specific field
Gets Field by Field key
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsAnyLocked |
Determines whether the record Is Locked .
| |
| IsAnyUnlocked |
Determines whether [is any unlocked].
| |
| LastChangeDate |
Gets the Last change date.
| |
| LastChangeUserEmail |
Gets the last change user Email.
| |
| Load |
Loads the record with the specified field definition map.
| |
| Lock |
Locks this instance.
| |
| Locked |
Gets Locked state of the Record.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OwnerEmail |
Gets The owner Email.
| |
| Reload |
Reloads this instance.
| |
| Reload(Int32) |
Reloads this record. This function is non-readable-fields safe.
| |
| RemoveChangeHeaderGroup |
Removes the change header group.
| |
| RemoveDeleteGroup |
Removes the delete group.
| |
| RemoveReadGroup |
Removes a group from the read group.
| |
| RemoveWriteGroup |
Removes the write group.
| |
| Save |
Saves this record, without any undo. This function is safe for non-writable-fields
WARNING: There is no undo!
| |
| SqlCo |
Gets the Sql connection of the record.
| |
| SummaryOrName |
Gets the summary or the name of the record.By default it returns the record name but if the record is nothing.
| |
| TableKey |
Gets the record table key.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Unlock |
Unlocks this instance.
| |
| Unlocked |
Gets UnLocked state of the Record.
|