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

显示文件 Open project: drivenet/aspnetwebstack

Public Methods

Method 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 method

public static Code ( this self, string content ) : UnclassifiedCodeSpanConstructor
self this
content string
return UnclassifiedCodeSpanConstructor

CodeTransition() public static method

public static CodeTransition ( this self ) : SpanConstructor
self this
return SpanConstructor

CodeTransition() public static method

public static CodeTransition ( this self, CSharpSymbolType type ) : SpanConstructor
self this
type CSharpSymbolType
return SpanConstructor

CodeTransition() public static method

public static CodeTransition ( this self, string content ) : SpanConstructor
self this
content string
return SpanConstructor

CodeTransition() public static method

public static CodeTransition ( this self, string content, CSharpSymbolType type ) : SpanConstructor
self this
content string
type CSharpSymbolType
return SpanConstructor

Comment() public static method

public static Comment ( this self, string content, CSharpSymbolType type ) : SpanConstructor
self this
content string
type CSharpSymbolType
return SpanConstructor

Comment() public static method

public static Comment ( this self, string content, HtmlSymbolType type ) : SpanConstructor
self this
content string
type HtmlSymbolType
return SpanConstructor

EmptyCSharp() public static method

public static EmptyCSharp ( this self ) : UnclassifiedCodeSpanConstructor
self this
return UnclassifiedCodeSpanConstructor

EmptyHtml() public static method

public static EmptyHtml ( this self ) : SpanConstructor
self this
return SpanConstructor

GetLocationAndAdvance() public static method

public static GetLocationAndAdvance ( this self, string content ) : SourceLocation
self this
content string
return SourceLocation

Markup() public static method

public static Markup ( this self ) : SpanConstructor
self this
return SpanConstructor

Markup() public static method

public static Markup ( this self, string content ) : SpanConstructor
self this
content string
return SpanConstructor

MarkupTransition() public static method

public static MarkupTransition ( this self ) : SpanConstructor
self this
return SpanConstructor

MarkupTransition() public static method

public static MarkupTransition ( this self, HtmlSymbolType type ) : SpanConstructor
self this
type HtmlSymbolType
return SpanConstructor

MarkupTransition() public static method

public static MarkupTransition ( this self, string content ) : SpanConstructor
self this
content string
return SpanConstructor

MarkupTransition() public static method

public static MarkupTransition ( this self, string content, HtmlSymbolType type ) : SpanConstructor
self this
content string
type HtmlSymbolType
return SpanConstructor

MetaCode() public static method

public static MetaCode ( this self, string content ) : SpanConstructor
self this
content string
return SpanConstructor

MetaCode() public static method

public static MetaCode ( this self, string content, CSharpSymbolType type ) : SpanConstructor
self this
content string
type CSharpSymbolType
return SpanConstructor

MetaMarkup() public static method

public static MetaMarkup ( this self, string content ) : SpanConstructor
self this
content string
return SpanConstructor

MetaMarkup() public static method

public static MetaMarkup ( this self, string content, HtmlSymbolType type ) : SpanConstructor
self this
content string
type HtmlSymbolType
return SpanConstructor