C# Class EventStore.Core.Tests.Services.Transport.Http.FakeRequest

Afficher le fichier Open project: EventStore/EventStore Class Usage Examples

Private Properties

Свойство Type Description
WrapIntoQuotes string

Méthodes publiques

Méthode Description
AsString ( byte bytes ) : string
GetJsonEventReadResult ( EventStore.Core.Data.ResolvedEvent evnt, bool dataJson = true, bool metadataJson = true ) : string
GetJsonEventsReadResult ( IEnumerable events, bool dataJson = true, bool metadataJson = true ) : string
GetJsonWrite ( ) : string
GetJsonWrite ( string data, string metadata ) : string
GetXmlEventReadResult ( EventStore.Core.Data.ResolvedEvent evnt, bool dataJson = true, bool metadataJson = true ) : string
GetXmlEventsReadResult ( IEnumerable events, bool dataJson = true, bool metadataJson = true ) : string
GetXmlWrite ( ) : string
GetXmlWrite ( string data, string metadata ) : string

Private Methods

Méthode Description
WrapIntoQuotes ( string s ) : string

Method Details

AsString() public static méthode

public static AsString ( byte bytes ) : string
bytes byte
Résultat string

GetJsonEventReadResult() public static méthode

public static GetJsonEventReadResult ( EventStore.Core.Data.ResolvedEvent evnt, bool dataJson = true, bool metadataJson = true ) : string
evnt EventStore.Core.Data.ResolvedEvent
dataJson bool
metadataJson bool
Résultat string

GetJsonEventsReadResult() public static méthode

public static GetJsonEventsReadResult ( IEnumerable events, bool dataJson = true, bool metadataJson = true ) : string
events IEnumerable
dataJson bool
metadataJson bool
Résultat string

GetJsonWrite() public static méthode

public static GetJsonWrite ( ) : string
Résultat string

GetJsonWrite() public static méthode

public static GetJsonWrite ( string data, string metadata ) : string
data string
metadata string
Résultat string

GetXmlEventReadResult() public static méthode

public static GetXmlEventReadResult ( EventStore.Core.Data.ResolvedEvent evnt, bool dataJson = true, bool metadataJson = true ) : string
evnt EventStore.Core.Data.ResolvedEvent
dataJson bool
metadataJson bool
Résultat string

GetXmlEventsReadResult() public static méthode

public static GetXmlEventsReadResult ( IEnumerable events, bool dataJson = true, bool metadataJson = true ) : string
events IEnumerable
dataJson bool
metadataJson bool
Résultat string

GetXmlWrite() public static méthode

public static GetXmlWrite ( ) : string
Résultat string

GetXmlWrite() public static méthode

public static GetXmlWrite ( string data, string metadata ) : string
data string
metadata string
Résultat string