C# Class KnowYourTurf.Core.Html.FubuUI.HtmlConventionRegistries.KnowYourTurfHtmlConventions

Inheritance: FubuMVC.UI.HtmlConventionRegistry
Mostrar archivo Open project: reharik/KnowYourTurf

Public Methods

Method Description
AddElementName ( ElementRequest request, HtmlTags.HtmlTag tag ) : void
IsFloatingPoint ( Type type ) : bool
IsIntegerBased ( Type type ) : bool
KnowYourTurfHtmlConventions ( ) : System

Private Methods

Method Description
numbers ( ) : void
validationAttributes ( ) : void

Method Details

AddElementName() public static method

public static AddElementName ( ElementRequest request, HtmlTags.HtmlTag tag ) : void
request ElementRequest
tag HtmlTags.HtmlTag
return void

IsFloatingPoint() public static method

public static IsFloatingPoint ( Type type ) : bool
type System.Type
return bool

IsIntegerBased() public static method

public static IsIntegerBased ( Type type ) : bool
type System.Type
return bool

KnowYourTurfHtmlConventions() public method

public KnowYourTurfHtmlConventions ( ) : System
return System