C# Class Commencement.Controllers.Services.CeremonyService

Inheritance: ICeremonyService
Afficher le fichier Open project: ucdavis/Commencement Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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 majors, decimal totalUnits, TermCode termCode = null, int ceremonyIdOverride = null ) : List

Returns ceremonies that this student is eligible for or are eligible to petition for

Method Details

CeremonyService() public méthode

public CeremonyService ( IRepository repository ) : System
repository IRepository
Résultat System

GetCeremonies() public méthode

public GetCeremonies ( string userId, TermCode termCode = null ) : List
userId string
termCode TermCode
Résultat List

GetCeremonyIds() public méthode

public GetCeremonyIds ( string userId, TermCode termCode = null ) : List
userId string
termCode TermCode
Résultat List

HasAccess() public méthode

public HasAccess ( int id, string userId ) : bool
id int
userId string
Résultat bool

ResetUserCeremonies() public méthode

public ResetUserCeremonies ( ) : void
Résultat void

StudentEligibility() public méthode

Returns ceremonies that this student is eligible for or are eligible to petition for
public StudentEligibility ( List majors, decimal totalUnits, TermCode termCode = null, int ceremonyIdOverride = null ) : List
majors List
totalUnits decimal
termCode TermCode
ceremonyIdOverride int
Résultat List