C# Class BrightstarDB.Models.EventFeed.EventFeedContext

Inheritance: BrightstarEntityContext
Afficher le fichier Open project: BrightstarDB/EventFeedModel Class Usage Examples

Méthodes publiques

Méthode Description
EventFeedContext ( IDataObjectStore dataObjectStore ) : System

Initialize a new entity context using the specified Brightstar Data Object Store connection

EventFeedContext ( string connectionString, bool enableOptimisticLocking = null ) : System

Initialize a new entity context using the specified Brightstar connection string

Private Methods

Méthode Description
EventFeedContext ( ) : System
InitializeContext ( ) : void

Method Details

EventFeedContext() public méthode

Initialize a new entity context using the specified Brightstar Data Object Store connection
public EventFeedContext ( IDataObjectStore dataObjectStore ) : System
dataObjectStore IDataObjectStore The connection to the Brightstar Data Object Store that will provide the entity objects
Résultat System

EventFeedContext() public méthode

Initialize a new entity context using the specified Brightstar connection string
public EventFeedContext ( string connectionString, bool enableOptimisticLocking = null ) : System
connectionString string The connection to be used to connect to an existing BrightstarDB store
enableOptimisticLocking bool OPTIONAL: If set to true optmistic locking will be applied to all entity updates
Résultat System