C# Class FubuMVC.Core.UI.Diagnostics.ExampleHtmlWriter

Mostrar archivo Open project: nhsevidence/fubumvc

Public Methods

Method Description
ExampleHtmlWriter ( IServiceLocator serviceLocator, IUrlRegistry urlRegistry, BehaviorGraph behaviorGraph ) : System

Private Methods

Method Description
Example ( ExampleHtmlRequest exampleHtmlRequest ) : HtmlTags.HtmlDocument
Html ( ) : HtmlTags.HtmlDocument
createExample ( HtmlTags.HtmlTag htmlTag, string methodCall ) : HtmlTags.HtmlTag
createInstance ( Type modelType ) : object
exampleValue ( Type propertyType ) : object
getPropertySourceCode ( PropertyInfo propertyInfo ) : string
getTypeFromName ( string typeName ) : Type
populateInstance ( object instance, IEnumerable properties ) : void
setProperty ( PropertyInfo property, object instance, object propertyValue ) : void
showIntro ( ) : HtmlTags.HtmlTag

Method Details

ExampleHtmlWriter() public method

public ExampleHtmlWriter ( IServiceLocator serviceLocator, IUrlRegistry urlRegistry, BehaviorGraph behaviorGraph ) : System
serviceLocator IServiceLocator
urlRegistry IUrlRegistry
behaviorGraph BehaviorGraph
return System