C# Класс CCNet.Build.Reconfigure.CCNetConfigExtensions

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

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

Метод Описание
Begin ( this writer ) : void
CbTag ( this writer, string tagName ) : void
Comment ( this writer, string text ) : void
End ( this writer ) : void
OpenTag ( this writer, string tagName ) : Element
Tag ( this writer, string tagName ) : void
WriteBuildArgs ( this writer ) : void

Приватные методы

Метод Описание
StartTag ( this writer, string tagPrefix, string tagName ) : void

Описание методов

Begin() публичный статический Метод

public static Begin ( this writer ) : void
writer this
Результат void

CbTag() публичный статический Метод

public static CbTag ( this writer, string tagName ) : void
writer this
tagName string
Результат void

Comment() публичный статический Метод

public static Comment ( this writer, string text ) : void
writer this
text string
Результат void

End() публичный статический Метод

public static End ( this writer ) : void
writer this
Результат void

OpenTag() публичный статический Метод

public static OpenTag ( this writer, string tagName ) : Element
writer this
tagName string
Результат Element

Tag() публичный статический Метод

public static Tag ( this writer, string tagName ) : void
writer this
tagName string
Результат void

WriteBuildArgs() публичный статический Метод

public static WriteBuildArgs ( this writer ) : void
writer this
Результат void