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

Afficher le fichier Open project: drivenet/aspnetwebstack

Méthodes publiques

Méthode Description
Code ( this self, string content ) : UnclassifiedCodeSpanConstructor
CodeTransition ( this self ) : SpanConstructor
CodeTransition ( this self, CSharpSymbolType type ) : SpanConstructor
CodeTransition ( this self, string content ) : SpanConstructor
CodeTransition ( this self, string content, CSharpSymbolType type ) : SpanConstructor
Comment ( this self, string content, CSharpSymbolType type ) : SpanConstructor
Comment ( this self, string content, HtmlSymbolType type ) : SpanConstructor
EmptyCSharp ( this self ) : UnclassifiedCodeSpanConstructor
EmptyHtml ( this self ) : SpanConstructor
GetLocationAndAdvance ( this self, string content ) : SourceLocation
Markup ( this self ) : SpanConstructor
Markup ( this self, string content ) : SpanConstructor
MarkupTransition ( this self ) : SpanConstructor
MarkupTransition ( this self, HtmlSymbolType type ) : SpanConstructor
MarkupTransition ( this self, string content ) : SpanConstructor
MarkupTransition ( this self, string content, HtmlSymbolType type ) : SpanConstructor
MetaCode ( this self, string content ) : SpanConstructor
MetaCode ( this self, string content, CSharpSymbolType type ) : SpanConstructor
MetaMarkup ( this self, string content ) : SpanConstructor
MetaMarkup ( this self, string content, HtmlSymbolType type ) : SpanConstructor

Method Details

Code() public static méthode

public static Code ( this self, string content ) : UnclassifiedCodeSpanConstructor
self this
content string
Résultat UnclassifiedCodeSpanConstructor

CodeTransition() public static méthode

public static CodeTransition ( this self ) : SpanConstructor
self this
Résultat SpanConstructor

CodeTransition() public static méthode

public static CodeTransition ( this self, CSharpSymbolType type ) : SpanConstructor
self this
type CSharpSymbolType
Résultat SpanConstructor

CodeTransition() public static méthode

public static CodeTransition ( this self, string content ) : SpanConstructor
self this
content string
Résultat SpanConstructor

CodeTransition() public static méthode

public static CodeTransition ( this self, string content, CSharpSymbolType type ) : SpanConstructor
self this
content string
type CSharpSymbolType
Résultat SpanConstructor

Comment() public static méthode

public static Comment ( this self, string content, CSharpSymbolType type ) : SpanConstructor
self this
content string
type CSharpSymbolType
Résultat SpanConstructor

Comment() public static méthode

public static Comment ( this self, string content, HtmlSymbolType type ) : SpanConstructor
self this
content string
type HtmlSymbolType
Résultat SpanConstructor

EmptyCSharp() public static méthode

public static EmptyCSharp ( this self ) : UnclassifiedCodeSpanConstructor
self this
Résultat UnclassifiedCodeSpanConstructor

EmptyHtml() public static méthode

public static EmptyHtml ( this self ) : SpanConstructor
self this
Résultat SpanConstructor

GetLocationAndAdvance() public static méthode

public static GetLocationAndAdvance ( this self, string content ) : SourceLocation
self this
content string
Résultat SourceLocation

Markup() public static méthode

public static Markup ( this self ) : SpanConstructor
self this
Résultat SpanConstructor

Markup() public static méthode

public static Markup ( this self, string content ) : SpanConstructor
self this
content string
Résultat SpanConstructor

MarkupTransition() public static méthode

public static MarkupTransition ( this self ) : SpanConstructor
self this
Résultat SpanConstructor

MarkupTransition() public static méthode

public static MarkupTransition ( this self, HtmlSymbolType type ) : SpanConstructor
self this
type HtmlSymbolType
Résultat SpanConstructor

MarkupTransition() public static méthode

public static MarkupTransition ( this self, string content ) : SpanConstructor
self this
content string
Résultat SpanConstructor

MarkupTransition() public static méthode

public static MarkupTransition ( this self, string content, HtmlSymbolType type ) : SpanConstructor
self this
content string
type HtmlSymbolType
Résultat SpanConstructor

MetaCode() public static méthode

public static MetaCode ( this self, string content ) : SpanConstructor
self this
content string
Résultat SpanConstructor

MetaCode() public static méthode

public static MetaCode ( this self, string content, CSharpSymbolType type ) : SpanConstructor
self this
content string
type CSharpSymbolType
Résultat SpanConstructor

MetaMarkup() public static méthode

public static MetaMarkup ( this self, string content ) : SpanConstructor
self this
content string
Résultat SpanConstructor

MetaMarkup() public static méthode

public static MetaMarkup ( this self, string content, HtmlSymbolType type ) : SpanConstructor
self this
content string
type HtmlSymbolType
Résultat SpanConstructor