C# Class Shared.Data.Extractors.ProgramInfo

Afficher le fichier Open project: sealuzh/PersonalAnalytics

Méthodes publiques

Méthode Description
ProgramInfo ( string pN, List r ) : System.Collections.Generic
ProgramInfo ( string pN, List fE, List r ) : System.Collections.Generic
ProgramInfo ( string pN, List fE, string r ) : System.Collections.Generic
ProgramInfo ( string pN, string r ) : System.Collections.Generic
ProgramInfo ( string pN, string fE, List r ) : System.Collections.Generic
ProgramInfo ( string pN, string fE, string r ) : System.Collections.Generic

Method Details

ProgramInfo() public méthode

public ProgramInfo ( string pN, List r ) : System.Collections.Generic
pN string
r List
Résultat System.Collections.Generic

ProgramInfo() public méthode

public ProgramInfo ( string pN, List fE, List r ) : System.Collections.Generic
pN string
fE List
r List
Résultat System.Collections.Generic

ProgramInfo() public méthode

public ProgramInfo ( string pN, List fE, string r ) : System.Collections.Generic
pN string
fE List
r string
Résultat System.Collections.Generic

ProgramInfo() public méthode

public ProgramInfo ( string pN, string r ) : System.Collections.Generic
pN string
r string
Résultat System.Collections.Generic

ProgramInfo() public méthode

public ProgramInfo ( string pN, string fE, List r ) : System.Collections.Generic
pN string
fE string
r List
Résultat System.Collections.Generic

ProgramInfo() public méthode

public ProgramInfo ( string pN, string fE, string r ) : System.Collections.Generic
pN string
fE string
r string
Résultat System.Collections.Generic