C# Класс System.Web.Razor.Test.Framework.SpanFactoryExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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