C# Class Groves.FakeMarkupExtensions.BuiltIn.DebugFakeMarkupExtensionProvider

FME provider giving access to debug information
Inheritance: IFakeMarkupExtensionProvider
Afficher le fichier Open project: tomzorz/Groves

Méthodes publiques

Méthode Description
DebugFakeMarkupExtensionProvider ( bool isInDebugMode, bool isDebuggerAttached ) : System

Construct FME debug provider

GetResult ( CustomResourceRequestInfo crri ) : Func

Gets the result by the provider

Private Methods

Méthode Description
GetConvertedValue ( bool result, string propertyType ) : object

Method Details

DebugFakeMarkupExtensionProvider() public méthode

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

GetResult() public méthode

Gets the result by the provider
public GetResult ( CustomResourceRequestInfo crri ) : Func
crri CustomResourceRequestInfo request information
Résultat Func