C# Class QSProjectsLib.PerformanceHelper.TimePoint

Afficher le fichier Open project: QualitySolution/QSProjects

Méthodes publiques

Свойство Type Description
InternalPoints List

Méthodes publiques

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

public GetText ( int level, System.DateTime lastTime ) : string
level int
lastTime System.DateTime
Résultat string

TimePoint() public méthode

public TimePoint ( ) : System
Résultat System

TimePoint() public méthode

public TimePoint ( string name ) : System
name string
Résultat System

TimePoint() public méthode

public TimePoint ( string name, System.DateTime time ) : System
name string
time System.DateTime
Résultat System

Property Details

InternalPoints public_oe property

public List InternalPoints
Résultat List