JiwaCollectionItem<(Of <(<'T>)>)> Members
The JiwaCollectionItem<(Of <(<'T>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
CleanUp | ||
Clear |
Resets properties back to a known, empty state.
|
|
Clone |
Returns a shallow copy
|
|
Equals(System.Object) | (Inherited from Object.) | |
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 a hash function for a particular type. (Inherited from Object.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
NotifyPropertyChanged | ||
RollBack |
Causes the OldRowHash value to be placed into the RowHash property
|
|
SaveRecord |
Saves the item.
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ChangedPropertyList |
A list of properties which have been altered since inception of this item.
|
|
ChangeFlag |
Flag indicating if the item has changed
|
|
Collection |
This is a reference to the parent collection this item resides in.
|
|
DeleteFlag |
Flag indicating if the item is deleted. |
|
InsertFlag |
Flag indicating if the item is new to the JiwaCollection (ie: inserted but not saved)
|
|
ItemNo |
The item number this item is within the JiwaCollection
|
|
OldRowHash |
The value of the Rowhash prior to a save with an OUTPUT INTO clause
|
|
RecID |
Unique identifier for the item
|
|
RowHash |
RowHash of the item. Used for concurrency control.
|