C# 클래스 Groves.FakeMarkupExtensions.BuiltIn.DebugFakeMarkupExtensionProvider

FME provider giving access to debug information
상속: IFakeMarkupExtensionProvider
파일 보기 프로젝트 열기: tomzorz/Groves

공개 메소드들

메소드 설명
DebugFakeMarkupExtensionProvider ( bool isInDebugMode, bool isDebuggerAttached ) : System

Construct FME debug provider

GetResult ( CustomResourceRequestInfo crri ) : Func

Gets the result by the provider

비공개 메소드들

메소드 설명
GetConvertedValue ( bool result, string propertyType ) : object

메소드 상세

DebugFakeMarkupExtensionProvider() 공개 메소드

Construct FME debug provider
public DebugFakeMarkupExtensionProvider ( bool isInDebugMode, bool isDebuggerAttached ) : System
isInDebugMode bool is in debug mdoe
isDebuggerAttached bool is debugger attached
리턴 System

GetResult() 공개 메소드

Gets the result by the provider
public GetResult ( CustomResourceRequestInfo crri ) : Func
crri CustomResourceRequestInfo request information
리턴 Func