C# 클래스 EventStore.Core.Tests.Services.Transport.Http.FakeRequest

파일 보기 프로젝트 열기: EventStore/EventStore 1 사용 예제들

Private Properties

프로퍼티 타입 설명
WrapIntoQuotes string

공개 메소드들

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

비공개 메소드들

메소드 설명
WrapIntoQuotes ( string s ) : string

메소드 상세

AsString() 공개 정적인 메소드

public static AsString ( byte bytes ) : string
bytes byte
리턴 string

GetJsonEventReadResult() 공개 정적인 메소드

public static GetJsonEventReadResult ( EventStore.Core.Data.ResolvedEvent evnt, bool dataJson = true, bool metadataJson = true ) : string
evnt EventStore.Core.Data.ResolvedEvent
dataJson bool
metadataJson bool
리턴 string

GetJsonEventsReadResult() 공개 정적인 메소드

public static GetJsonEventsReadResult ( IEnumerable events, bool dataJson = true, bool metadataJson = true ) : string
events IEnumerable
dataJson bool
metadataJson bool
리턴 string

GetJsonWrite() 공개 정적인 메소드

public static GetJsonWrite ( ) : string
리턴 string

GetJsonWrite() 공개 정적인 메소드

public static GetJsonWrite ( string data, string metadata ) : string
data string
metadata string
리턴 string

GetXmlEventReadResult() 공개 정적인 메소드

public static GetXmlEventReadResult ( EventStore.Core.Data.ResolvedEvent evnt, bool dataJson = true, bool metadataJson = true ) : string
evnt EventStore.Core.Data.ResolvedEvent
dataJson bool
metadataJson bool
리턴 string

GetXmlEventsReadResult() 공개 정적인 메소드

public static GetXmlEventsReadResult ( IEnumerable events, bool dataJson = true, bool metadataJson = true ) : string
events IEnumerable
dataJson bool
metadataJson bool
리턴 string

GetXmlWrite() 공개 정적인 메소드

public static GetXmlWrite ( ) : string
리턴 string

GetXmlWrite() 공개 정적인 메소드

public static GetXmlWrite ( string data, string metadata ) : string
data string
metadata string
리턴 string