C# Class Platform.TestClient.Client

Show file Open project: Lokad/lokad-data-platform Class Usage Examples

Public Properties

Property Type Description
ClientHttpBase string
EventStores IRawEventStoreClient
Options ClientOptions
Views ViewClient

Public Methods

Method Description
Client ( ClientOptions options ) : System
Run ( ) : void
UseEventStore ( string storeId = "default" ) : void

Private Methods

Method Description
ExecuteLine ( string line ) : bool
RegisterCommands ( ) : void

Method Details

Client() public method

public Client ( ClientOptions options ) : System
options ClientOptions
return System

Run() public method

public Run ( ) : void
return void

UseEventStore() public method

public UseEventStore ( string storeId = "default" ) : void
storeId string
return void

Property Details

ClientHttpBase public property

public string ClientHttpBase
return string

EventStores public property

public IRawEventStoreClient EventStores
return IRawEventStoreClient

Options public property

public ClientOptions,Platform.TestClient Options
return ClientOptions

Views public property

public ViewClient Views
return ViewClient