C# 클래스 BrightstarDB.Models.EventFeed.EventFeedContext

상속: BrightstarEntityContext
파일 보기 프로젝트 열기: BrightstarDB/EventFeedModel 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
EventFeedContext ( ) : System
InitializeContext ( ) : void

메소드 상세

EventFeedContext() 공개 메소드

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
리턴 System

EventFeedContext() 공개 메소드

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
리턴 System