Méthode | Description | |
---|---|---|
GetSubject ( string slug ) : |
Finds a Subject based on its slug identifier
|
|
GetSubject ( string slug, |
Finds a Subject based on its slug identifier and returns it using the provided ClassScheduleDb
|
|
GetSubjectFromPrefix ( string prefix ) : |
Takes a course prefix parameter and returns all Subjects which own the prefix Subject entity.
|
|
GetSubjectInfo ( string slug ) : |
Gathers a Subject's related Department, Division, and SubjectsCoursePrefixs
|
|
GetSubjectInfoFromPrefix ( string prefix ) : |
Gathers a Subject's related Department, Division, and SubjectsCoursePrefixs
|
|
GetSubjectPrefixes ( string slug ) : IList |
Gathers a List of SubjectsCoursePrefix based on the Subject's slug identifier
|
public static GetSubject ( string slug ) : |
||
slug | string | The slug identifier for a given |
Résultat |
public static GetSubject ( string slug, |
||
slug | string | The slug identifier for a given |
context | The database context to use during the lookup | |
Résultat |
public static GetSubjectFromPrefix ( string prefix ) : |
||
prefix | string | |
Résultat |
public static GetSubjectInfo ( string slug ) : |
||
slug | string | The slug identifier for a given |
Résultat |
public static GetSubjectInfoFromPrefix ( string prefix ) : |
||
prefix | string | The prefix identifier for a given |
Résultat |
public static GetSubjectPrefixes ( string slug ) : IList |
||
slug | string | The slug identifier for a given |
Résultat | IList |