C# Class CCNet.Build.Reconfigure.CCNetConfigExtensions

Show file Open project: shuruev/CCNet.Extensions

Public Methods

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

Private Methods

Method Description
StartTag ( this writer, string tagPrefix, string tagName ) : void

Method Details

Begin() public static method

public static Begin ( this writer ) : void
writer this
return void

CbTag() public static method

public static CbTag ( this writer, string tagName ) : void
writer this
tagName string
return void

Comment() public static method

public static Comment ( this writer, string text ) : void
writer this
text string
return void

End() public static method

public static End ( this writer ) : void
writer this
return void

OpenTag() public static method

public static OpenTag ( this writer, string tagName ) : Element
writer this
tagName string
return Element

Tag() public static method

public static Tag ( this writer, string tagName ) : void
writer this
tagName string
return void

WriteBuildArgs() public static method

public static WriteBuildArgs ( this writer ) : void
writer this
return void