C# Class QSProjectsLib.PerformanceHelper.TimePoint

Exibir arquivo Open project: QualitySolution/QSProjects

Public Properties

Property Type Description
InternalPoints List

Public Methods

Method Description
GetText ( int level, System.DateTime lastTime ) : string
TimePoint ( ) : System
TimePoint ( string name ) : System
TimePoint ( string name, System.DateTime time ) : System

Method Details

GetText() public method

public GetText ( int level, System.DateTime lastTime ) : string
level int
lastTime System.DateTime
return string

TimePoint() public method

public TimePoint ( ) : System
return System

TimePoint() public method

public TimePoint ( string name ) : System
name string
return System

TimePoint() public method

public TimePoint ( string name, System.DateTime time ) : System
name string
time System.DateTime
return System

Property Details

InternalPoints public_oe property

public List InternalPoints
return List