C# Class Glass.Mapper.Profilers.BaseIndentingProfiler

Inheritance: IPerformanceProfiler
Show file Open project: mikeedwards83/Glass.Mapper

Public Properties

Property Type Description
IndentCharacter string

Public Methods

Method Description
End ( string key ) : void
IndentDecrease ( ) : void
IndentIncrease ( ) : void
Start ( string key ) : void

Protected Methods

Method Description
End ( string key, string indent ) : void
Start ( string key, string indent ) : void

Method Details

End() public method

public End ( string key ) : void
key string
return void

End() protected abstract method

protected abstract End ( string key, string indent ) : void
key string
indent string
return void

IndentDecrease() public method

public IndentDecrease ( ) : void
return void

IndentIncrease() public method

public IndentIncrease ( ) : void
return void

Start() public method

public Start ( string key ) : void
key string
return void

Start() protected abstract method

protected abstract Start ( string key, string indent ) : void
key string
indent string
return void

Property Details

IndentCharacter public static property

public static string IndentCharacter
return string