C# Class JPB.DataAccess.Helper.StringBuilderInterlaced

ファイルを表示 Open project: JPVenson/DataAccess Class Usage Examples

Public Methods

Method Description
Append ( string value ) : StringBuilderInterlaced
AppendInterlaced ( string value ) : StringBuilderInterlaced
AppendInterlacedLine ( ) : StringBuilderInterlaced
AppendInterlacedLine ( string value ) : StringBuilderInterlaced
AppendLine ( string value ) : StringBuilderInterlaced
Down ( ) : StringBuilderInterlaced
Insert ( Action del ) : StringBuilderInterlaced
StringBuilderInterlaced ( bool transformInterlaced = false, uint intedtSize = 4 ) : System

ToString ( ) : string
Up ( ) : StringBuilderInterlaced

Private Methods

Method Description
ApplyLevel ( ) : void

Method Details

Append() public method

public Append ( string value ) : StringBuilderInterlaced
value string
return StringBuilderInterlaced

AppendInterlaced() public method

public AppendInterlaced ( string value ) : StringBuilderInterlaced
value string
return StringBuilderInterlaced

AppendInterlacedLine() public method

public AppendInterlacedLine ( ) : StringBuilderInterlaced
return StringBuilderInterlaced

AppendInterlacedLine() public method

public AppendInterlacedLine ( string value ) : StringBuilderInterlaced
value string
return StringBuilderInterlaced

AppendLine() public method

public AppendLine ( string value ) : StringBuilderInterlaced
value string
return StringBuilderInterlaced

Down() public method

public Down ( ) : StringBuilderInterlaced
return StringBuilderInterlaced

Insert() public method

public Insert ( Action del ) : StringBuilderInterlaced
del Action
return StringBuilderInterlaced

StringBuilderInterlaced() public method

public StringBuilderInterlaced ( bool transformInterlaced = false, uint intedtSize = 4 ) : System
transformInterlaced bool If true an level will be displaced as spaces
intedtSize uint ammount of spaces for each level
return System

ToString() public method

public ToString ( ) : string
return string

Up() public method

public Up ( ) : StringBuilderInterlaced
return StringBuilderInterlaced