C# 클래스 System.Web.Razor.Test.Framework.SpanFactoryExtensions

파일 보기 프로젝트 열기: drivenet/aspnetwebstack

공개 메소드들

메소드 설명
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

메소드 상세

Code() 공개 정적인 메소드

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

CodeTransition() 공개 정적인 메소드

public static CodeTransition ( this self ) : SpanConstructor
self this
리턴 SpanConstructor

CodeTransition() 공개 정적인 메소드

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

CodeTransition() 공개 정적인 메소드

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

CodeTransition() 공개 정적인 메소드

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

Comment() 공개 정적인 메소드

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

Comment() 공개 정적인 메소드

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

EmptyCSharp() 공개 정적인 메소드

public static EmptyCSharp ( this self ) : UnclassifiedCodeSpanConstructor
self this
리턴 UnclassifiedCodeSpanConstructor

EmptyHtml() 공개 정적인 메소드

public static EmptyHtml ( this self ) : SpanConstructor
self this
리턴 SpanConstructor

GetLocationAndAdvance() 공개 정적인 메소드

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

Markup() 공개 정적인 메소드

public static Markup ( this self ) : SpanConstructor
self this
리턴 SpanConstructor

Markup() 공개 정적인 메소드

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

MarkupTransition() 공개 정적인 메소드

public static MarkupTransition ( this self ) : SpanConstructor
self this
리턴 SpanConstructor

MarkupTransition() 공개 정적인 메소드

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

MarkupTransition() 공개 정적인 메소드

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

MarkupTransition() 공개 정적인 메소드

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

MetaCode() 공개 정적인 메소드

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

MetaCode() 공개 정적인 메소드

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

MetaMarkup() 공개 정적인 메소드

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

MetaMarkup() 공개 정적인 메소드

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