Class EditDataLoader

Data loader object used to load

System.Object
  EPS.ComponentModel.EditDataLoader

public class EditDataLoader : object, IEditDataLoader,
   IDisposable

Class Members

MemberDescription
Constructor Constructor
ContentStatusChanged Content status changed event
Deleted Deleted event
Loaded Loaded event
Newed Newed event
Saved Saved event
Verified Verified event
Delete Deleted
public virtual void Delete();
Dispose Dispose
public sealed void Dispose();
GetParameterValue Retrieves the value of a parameter by name
public sealed object GetParameterValue( string parameterName );
Load
public virtual void Load( Dictionary<String,Object> parameters );
New
public virtual void New( Dictionary<String,Object> parameters );
Save Save
public virtual void Save();

public virtual void Save( EventHandler<SavedEventArgs> successCallback,
EventHandler<SavedEventArgs> failureCallback );

SetEntityType
public sealed void SetEntityType();
SetHost Sets the host that is used to load data
public virtual void SetHost( IDataEditHandler host );
Verify Verifies the current data
public sealed void Verify( EventHandler<VerifiedEventArgs> successCallback,
EventHandler<VerifiedEventArgs> failureCallback );

public virtual void Verify();

MainDataEntity Reference to the main data entity object
MultiThreaded Should data operations be performed multi threaded?
Parameters Parameters collection (thread-safe)
PerformAutoDelete Should the object perform auto deletes based on the entity type specified?
PerformAutoLoad Should the object perform auto loads based on the entity type specified?
PerformAutoNew Should the object perform auto news based on the entity type specified?
PerformAutoSave Should the object perform auto saves based on the entity type specified?
PerformAutoVerify Should the object perform auto verifies based on the entity type specified?
PrimaryData Array list (collection) of primary data objects
SecondaryData Array list (collection) of secondary data objects
Status Status

Requirements

Namespace: EPS.ComponentModel
Assembly: CORE.DLL


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