Interface IEditDataLoader

Interfaces used by secondary data loader objects

public abstract interface IEditDataLoader

Interface Members

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

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

SetEntityType
public void SetEntityType();
SetHost Sets the host object used to load data
public void SetHost( IDataEditHandler host );
Verify Verifies the current data
public void Verify();

public void Verify( EventHandler<VerifiedEventArgs> successCallback,
EventHandler<VerifiedEventArgs> failureCallback );

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 Content status

Requirements

Namespace: EPS.ComponentModel
Assembly: CORE.DLL


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