C# Class Shared.Data.Extractors.ProgramInfo

Mostrar archivo Open project: sealuzh/PersonalAnalytics

Public Methods

Method 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 method

public ProgramInfo ( string pN, List r ) : System.Collections.Generic
pN string
r List
return System.Collections.Generic

ProgramInfo() public method

public ProgramInfo ( string pN, List fE, List r ) : System.Collections.Generic
pN string
fE List
r List
return System.Collections.Generic

ProgramInfo() public method

public ProgramInfo ( string pN, List fE, string r ) : System.Collections.Generic
pN string
fE List
r string
return System.Collections.Generic

ProgramInfo() public method

public ProgramInfo ( string pN, string r ) : System.Collections.Generic
pN string
r string
return System.Collections.Generic

ProgramInfo() public method

public ProgramInfo ( string pN, string fE, List r ) : System.Collections.Generic
pN string
fE string
r List
return System.Collections.Generic

ProgramInfo() public method

public ProgramInfo ( string pN, string fE, string r ) : System.Collections.Generic
pN string
fE string
r string
return System.Collections.Generic