Property | Type | Description | |
---|---|---|---|
GenerateFake | Student |
Method | Description | |
---|---|---|
BannerLookup ( string studentId ) : Student | ||
BannerLookupByLogin ( string login ) : Student | ||
BannerLookupName ( string studentId ) : Student | ||
CheckExisting ( string login, TermCode term, string studentId = null ) : bool | ||
DevStudentService ( Guid>.IRepositoryWithTypedId |
||
ExtractStudentFromResult ( IList |
||
GetCurrentStudent ( IPrincipal currentUser ) : Student | ||
GetMajorsAndCeremoniesForStudent ( Student student ) : List |
||
GetPriorRegistration ( Student student, TermCode termCode ) : Registration |
Method | Description | |
---|---|---|
GenerateFake ( ) : Student |
public BannerLookup ( string studentId ) : Student | ||
studentId | string | |
return | Student |
public BannerLookupByLogin ( string login ) : Student | ||
login | string | |
return | Student |
public BannerLookupName ( string studentId ) : Student | ||
studentId | string | |
return | Student |
public CheckExisting ( string login, TermCode term, string studentId = null ) : bool | ||
login | string | |
term | TermCode | |
studentId | string | |
return | bool |
public DevStudentService ( Guid>.IRepositoryWithTypedId |
||
studentRepository | Guid>.IRepositoryWithTypedId | |
ceremonyRepository | IRepository |
|
registrationRepository | IRepository |
|
majorRepository | string>.IRepositoryWithTypedId | |
return | System |
public ExtractStudentFromResult ( IList |
||
results | IList |
|
return | Student |
public GetCurrentStudent ( IPrincipal currentUser ) : Student | ||
currentUser | IPrincipal | |
return | Student |
public GetMajorsAndCeremoniesForStudent ( Student student ) : List |
||
student | Student | |
return | List |
public GetPriorRegistration ( Student student, TermCode termCode ) : Registration | ||
student | Student | |
termCode | TermCode | |
return | Registration |