C# 클래스 Platform.TestClient.Client

파일 보기 프로젝트 열기: Lokad/lokad-data-platform 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ClientHttpBase string
EventStores IRawEventStoreClient
Options ClientOptions
Views ViewClient

공개 메소드들

메소드 설명
Client ( ClientOptions options ) : System
Run ( ) : void
UseEventStore ( string storeId = "default" ) : void

비공개 메소드들

메소드 설명
ExecuteLine ( string line ) : bool
RegisterCommands ( ) : void

메소드 상세

Client() 공개 메소드

public Client ( ClientOptions options ) : System
options ClientOptions
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void

UseEventStore() 공개 메소드

public UseEventStore ( string storeId = "default" ) : void
storeId string
리턴 void

프로퍼티 상세

ClientHttpBase 공개적으로 프로퍼티

public string ClientHttpBase
리턴 string

EventStores 공개적으로 프로퍼티

public IRawEventStoreClient EventStores
리턴 IRawEventStoreClient

Options 공개적으로 프로퍼티

public ClientOptions,Platform.TestClient Options
리턴 ClientOptions

Views 공개적으로 프로퍼티

public ViewClient Views
리턴 ViewClient