Class EntitySubItemCollectionItem

Class designed to be subclassed for sub-item collection items

System.Object
  EPS.Business.BusinessObjects.EntitySubItemCollectionItem

public class EntitySubItemCollectionItem : object, IEntitySubItemCollectionItem

Class Members

MemberDescription
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

Requirements

Namespace: EPS.Business.BusinessObjects
Assembly: BUSINESSOBJECTS.DLL


  Last Updated: 5/23/2007 | © , 2007