C# Class Platform.TestClient.Client

Datei anzeigen 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_oe property

public string ClientHttpBase
return string

EventStores public_oe property

public IRawEventStoreClient EventStores
return IRawEventStoreClient

Options public_oe property

public ClientOptions,Platform.TestClient Options
return ClientOptions

Views public_oe property

public ViewClient Views
return ViewClient