C# Class CCNet.Build.Reconfigure.CCNetConfigExtensions

Afficher le fichier Open project: shuruev/CCNet.Extensions

Méthodes publiques

Méthode 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

Méthode Description
StartTag ( this writer, string tagPrefix, string tagName ) : void

Method Details

Begin() public static méthode

public static Begin ( this writer ) : void
writer this
Résultat void

CbTag() public static méthode

public static CbTag ( this writer, string tagName ) : void
writer this
tagName string
Résultat void

Comment() public static méthode

public static Comment ( this writer, string text ) : void
writer this
text string
Résultat void

End() public static méthode

public static End ( this writer ) : void
writer this
Résultat void

OpenTag() public static méthode

public static OpenTag ( this writer, string tagName ) : Element
writer this
tagName string
Résultat Element

Tag() public static méthode

public static Tag ( this writer, string tagName ) : void
writer this
tagName string
Résultat void

WriteBuildArgs() public static méthode

public static WriteBuildArgs ( this writer ) : void
writer this
Résultat void