Click or drag to resize

IObjectTableAdvancedEntry Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Za kasniju implementaciju (ideja)

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public interface IObjectTableAdvancedEntry : IObjectTableEntry
Request Example View Source

The IObjectTableAdvancedEntry type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones the entry -- optionally transfering the link to the newly created
Public methodGetParent
Linked to
Public methodGetTableKey
Gets the key for this entry
Public methodLink
Links to the specified parent -- and removes link with the previous parent
Public methodRemove
Removes this instance from the linked parent
Public methodSetParent
Set the parent (do not c
Public methodUnlink
Unlinks this instance from the current parent
Public methodUpdateRow
Updates the row in the linked object table
Top
See Also