| Member | Description |
|---|---|
Constructor |
Constructor |
IsFieldNull |
Returns whether or not that field's value is currently null/nothing public virtual bool IsFieldNull( string fieldName ); |
Remove |
Removes the current item from the collection public sealed void Remove(); |
SetCurrentRow |
Method used to assign the internal current row field public virtual void SetCurrentRow( DataRow currentRow ); |
BrokenRules |
Broken business rules collection (specific to this item) |
ID |
Primary key of the current entity (string) |
ItemState |
State (new, updated, deleted,...) of the current item. |
ParentCollection |
Reference to the parent collection object |
ParentEntity |
Reference to the parent entity object |
PK |
Primary key of the current entity (Guid) |
PKInteger |
Primary key of the current entity (int) |
PKString |
Primary key of the current entity (string) |
PrimaryKeyField |
Field name of the primary key field |