Opf
Class ObjectBroker
- public class ObjectBroker
AddObject
public void AddObject(object domainObject)
BeginTransaction
public void BeginTransaction()
CommitTransaction
public void CommitTransaction()
DeleteObject
public void DeleteObject(object domainObject)
Flush
public void Flush(object domainObject)
Flush
public void Flush()
GetObject
public object GetObject(Type type, object key)
GetObject
public object GetObject(Type type, object[] keys)
GetObject
public object GetObject(Type type, IQuery query)
GetObjects
public IList GetObjects(Type type, IQuery query)
RollbackTransaction
public void RollbackTransaction()
UpdateObject
public void UpdateObject(object domainObject)
to Class Opf.ObjectCache
to Class Opf.IMapSource
to Class Opf.IDataSource