C# Class ZenCoding.HtmlElementFactory

Afficher le fichier Open project: madskristensen/zencoding Class Usage Examples

Méthodes publiques

Méthode Description
CloneElement ( this element, int count ) : HtmlControl
Create ( string tagName ) : HtmlControl
Create ( string tagName, Type type ) : HtmlControl
Create ( string tagName, Type type, bool isClone ) : HtmlControl
CreateDoctypes ( string part, IEnumerable &current ) : Control
Increment ( this text, int count ) : string

Private Methods

Méthode Description
GetDoctype ( string key ) : string
TryCreateFromStateMachine ( string tagName ) : HtmlControl
TryCreateSepcialControl ( string tagName, Type type, bool isClone ) : HtmlControl

Method Details

CloneElement() public static méthode

public static CloneElement ( this element, int count ) : HtmlControl
element this
count int
Résultat System.Web.UI.HtmlControls.HtmlControl

Create() public static méthode

public static Create ( string tagName ) : HtmlControl
tagName string
Résultat System.Web.UI.HtmlControls.HtmlControl

Create() public static méthode

public static Create ( string tagName, Type type ) : HtmlControl
tagName string
type System.Type
Résultat System.Web.UI.HtmlControls.HtmlControl

Create() public static méthode

public static Create ( string tagName, Type type, bool isClone ) : HtmlControl
tagName string
type System.Type
isClone bool
Résultat System.Web.UI.HtmlControls.HtmlControl

CreateDoctypes() public static méthode

public static CreateDoctypes ( string part, IEnumerable &current ) : Control
part string
current IEnumerable
Résultat System.Web.UI.Control

Increment() public static méthode

public static Increment ( this text, int count ) : string
text this
count int
Résultat string