C# Class Groves.FakeMarkupExtensions.BuiltIn.DebugFakeMarkupExtensionProvider

FME provider giving access to debug information
Inheritance: IFakeMarkupExtensionProvider
Mostrar archivo Open project: tomzorz/Groves

Public Methods

Method Description
DebugFakeMarkupExtensionProvider ( bool isInDebugMode, bool isDebuggerAttached ) : System

Construct FME debug provider

GetResult ( CustomResourceRequestInfo crri ) : Func

Gets the result by the provider

Private Methods

Method Description
GetConvertedValue ( bool result, string propertyType ) : object

Method Details

DebugFakeMarkupExtensionProvider() public method

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

GetResult() public method

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