C# 클래스 CCNet.Build.Reconfigure.CCNetConfigExtensions

파일 보기 프로젝트 열기: shuruev/CCNet.Extensions

공개 메소드들

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