Cocktail Help Reference
IEntityManagerProvider Interface Members
See Also  Properties  Events Send Feedback
Cocktail Assembly > Cocktail Namespace : IEntityManagerProvider Interface


Glossary Item Box

The following tables list the members exposed by IEntityManagerProvider.

Public Properties

 NameDescription
 PropertyConnectionOptionsSpecifies the ConnectionOptions used by the current EntityManagerProvider.  
 PropertyHasValidationErrorReturns true if the last save operation aborted due to a validation error.  
 PropertyIsSavingReturns true if a save is in progress. A System.InvalidOperationException is thrown if EntityManager.SaveChangesAsync is called while a previous SaveChangesAsync is still in progress.  
 PropertyManagerReturns the EntityManager managed by this provider.  
Top

Public Events

 NameDescription
 EventDataChangedSignals that a Save of at least one entity has been performed or changed entities have been imported from another entity manager. Clients may use this event to force a data refresh.  
 EventEntityChangedFired whenever an entity's state has changed in any significant manner.  
 EventManagerCreatedEvent fired after the EntityManager got created.  
Top

See Also

© 2013 All Rights Reserved.