Click or drag to resize
XRecord Methods

The XRecord type exposes the following members.

Methods
  NameDescription
Public methodAddChangeHeaderGroup
Adds the change header group.
Public methodAddDeleteGroup
Adds the delete group.
Public methodAddReadGroup
Adds a group to read group.
Public methodAddWriteGroup
Adds the write group.
Public methodCheckPrivileges
Controls the consistancy of the record privileges
Public methodClone
Clones this instance.
Public methodCreationDate
Gets the creation date.
Public methodDateToExport
Format record data for export.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFields
return the field map loaded for the record.
Public methodFields(Int64)
return one specific field Gets Field by Field key
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsAnyLocked
Determines whether the record Is Locked .
Public methodIsAnyUnlocked
Determines whether [is any unlocked].
Public methodLastChangeDate
Gets the Last change date.
Public methodLastChangeUserEmail
Gets the last change user Email.
Public methodLoad
Loads the record with the specified field definition map.
Public methodLock
Locks this instance.
Public methodLocked
Gets Locked state of the Record.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOwnerEmail
Gets The owner Email.
Public methodReload
Reloads this instance.
Public methodReload(Int32)
Reloads this record. This function is non-readable-fields safe.
Public methodRemoveChangeHeaderGroup
Removes the change header group.
Public methodRemoveDeleteGroup
Removes the delete group.
Public methodRemoveReadGroup
Removes a group from the read group.
Public methodRemoveWriteGroup
Removes the write group.
Public methodSave
Saves this record, without any undo. This function is safe for non-writable-fields WARNING: There is no undo!
Public methodSqlCo
Gets the Sql connection of the record.
Public methodSummaryOrName
Gets the summary or the name of the record.By default it returns the record name but if the record is nothing.
Public methodTableKey
Gets the record table key.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnlock
Unlocks this instance.
Public methodUnlocked
Gets UnLocked state of the Record.
Top
See Also