C# 클래스 Commencement.Controllers.Services.CeremonyService

상속: ICeremonyService
파일 보기 프로젝트 열기: ucdavis/Commencement 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

CeremonyService() 공개 메소드

public CeremonyService ( IRepository repository ) : System
repository IRepository
리턴 System

GetCeremonies() 공개 메소드

public GetCeremonies ( string userId, TermCode termCode = null ) : List
userId string
termCode TermCode
리턴 List

GetCeremonyIds() 공개 메소드

public GetCeremonyIds ( string userId, TermCode termCode = null ) : List
userId string
termCode TermCode
리턴 List

HasAccess() 공개 메소드

public HasAccess ( int id, string userId ) : bool
id int
userId string
리턴 bool

ResetUserCeremonies() 공개 메소드

public ResetUserCeremonies ( ) : void
리턴 void

StudentEligibility() 공개 메소드

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
리턴 List