C# 클래스 Shared.Data.Extractors.ProgramInfo

파일 보기 프로젝트 열기: sealuzh/PersonalAnalytics

공개 메소드들

메소드 설명
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

메소드 상세

ProgramInfo() 공개 메소드

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

ProgramInfo() 공개 메소드

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

ProgramInfo() 공개 메소드

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

ProgramInfo() 공개 메소드

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

ProgramInfo() 공개 메소드

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

ProgramInfo() 공개 메소드

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