C# 클래스 KnowYourTurf.Core.Html.FubuUI.HtmlConventionRegistries.KnowYourTurfHtmlConventions

상속: FubuMVC.UI.HtmlConventionRegistry
파일 보기 프로젝트 열기: reharik/KnowYourTurf

공개 메소드들

메소드 설명
AddElementName ( ElementRequest request, HtmlTags.HtmlTag tag ) : void
IsFloatingPoint ( Type type ) : bool
IsIntegerBased ( Type type ) : bool
KnowYourTurfHtmlConventions ( ) : System

비공개 메소드들

메소드 설명
numbers ( ) : void
validationAttributes ( ) : void

메소드 상세

AddElementName() 공개 정적인 메소드

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

IsFloatingPoint() 공개 정적인 메소드

public static IsFloatingPoint ( Type type ) : bool
type System.Type
리턴 bool

IsIntegerBased() 공개 정적인 메소드

public static IsIntegerBased ( Type type ) : bool
type System.Type
리턴 bool

KnowYourTurfHtmlConventions() 공개 메소드

public KnowYourTurfHtmlConventions ( ) : System
리턴 System