C# Class System.Web.Razor.Test.Framework.SpanConstructorExtensions

Afficher le fichier Open project: drivenet/aspnetwebstack

Méthodes publiques

Méthode Description
Accepts ( this self, AcceptedCharacters accepted ) : SpanConstructor
AutoCompleteWith ( this self, string autoCompleteString ) : SpanConstructor
AutoCompleteWith ( this self, string autoCompleteString, bool atEndOfSpan ) : SpanConstructor
WithEditorHints ( this self, EditorHints hints ) : SpanConstructor

Method Details

Accepts() public static méthode

public static Accepts ( this self, AcceptedCharacters accepted ) : SpanConstructor
self this
accepted AcceptedCharacters
Résultat SpanConstructor

AutoCompleteWith() public static méthode

public static AutoCompleteWith ( this self, string autoCompleteString ) : SpanConstructor
self this
autoCompleteString string
Résultat SpanConstructor

AutoCompleteWith() public static méthode

public static AutoCompleteWith ( this self, string autoCompleteString, bool atEndOfSpan ) : SpanConstructor
self this
autoCompleteString string
atEndOfSpan bool
Résultat SpanConstructor

WithEditorHints() public static méthode

public static WithEditorHints ( this self, EditorHints hints ) : SpanConstructor
self this
hints EditorHints
Résultat SpanConstructor