The iboBase type exposes the following members.

Constructors

  NameDescription
Public methodiboBase(String)
Base constructor just initializes some private fields. Also initializes the system (creates the static variables) if that has not yet been done
Public methodiboBase(IiMISUser)
Base constructor just initializes some private fields. Also initializes the system (creates the static variables) if that has not yet been done

Methods

  NameDescription
Protected methodCheckAndModifyEditStatus
Sets the EditStatus to Modified if it is Unchanged
Public methodDelete
Marks this object to be deleted when the save is done
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValidate
Makes sure that all of the property data passes the iMIS business rules.

Fields

  NameDescription
Protected fieldmEditStatus
The edit status (unchanged, modified, etc) of this record.
Protected fieldmErrors
The current list of errors encountered by this class instance during processing.

Properties

  NameDescription
Public propertyEditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
Public propertyErrors
The collection of CError objects (error and warning messages) associated with this object instance
Public propertyErrorsCount
Gets the number of error and warning messages that have been set on this object.

See Also