Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
CeremonyService ( IRepository repository ) : System | ||
GetCeremonies ( string userId, TermCode termCode = null ) : List |
||
GetCeremonyIds ( string userId, TermCode termCode = null ) : List |
||
HasAccess ( int id, string userId ) : bool | ||
ResetUserCeremonies ( ) : void | ||
StudentEligibility ( List |
Returns ceremonies that this student is eligible for or are eligible to petition for
|
public CeremonyService ( IRepository repository ) : System | ||
repository | IRepository | |
Результат | System |
public GetCeremonies ( string userId, TermCode termCode = null ) : List |
||
userId | string | |
termCode | TermCode | |
Результат | List |
public GetCeremonyIds ( string userId, TermCode termCode = null ) : List |
||
userId | string | |
termCode | TermCode | |
Результат | List |
public HasAccess ( int id, string userId ) : bool | ||
id | int | |
userId | string | |
Результат | bool |
public StudentEligibility ( List |
||
majors | List |
|
totalUnits | decimal | |
termCode | TermCode | |
ceremonyIdOverride | int | |
Результат | List |