JiwaCollectionItem<(Of <(<'T>)>)> Members

The JiwaCollectionItem<(Of <(<'T>)>)> type exposes the following members.

Methods


  Name Description
Public method CleanUp
Public method Clear
Resets properties back to a known, empty state.
Public method Clone
Returns a shallow copy
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyPropertyChanged
Public method RollBack
Causes the OldRowHash value to be placed into the RowHash property
Public method SaveRecord
Saves the item.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties


  Name Description
Public property ChangedPropertyList
A list of properties which have been altered since inception of this item.
Public property ChangeFlag
Flag indicating if the item has changed
Public property Collection
This is a reference to the parent collection this item resides in.
Public property DeleteFlag

Flag indicating if the item is deleted.

Public property InsertFlag
Flag indicating if the item is new to the JiwaCollection (ie: inserted but not saved)
Public property ItemNo
The item number this item is within the JiwaCollection
Public property OldRowHash
The value of the Rowhash prior to a save with an OUTPUT INTO clause
Public property RecID
Unique identifier for the item
Public property RowHash
RowHash of the item. Used for concurrency control.

Events


  Name Description
Public event PropertyChanged