C# Class Esra.Core.Domain.SchoolEmployees

Inheritance: DomainObject
ファイルを表示 Open project: ucdavis/ESRA

Private Properties

Property Type Description
LoadEmployees void
SchoolEmployees System

Public Methods

Method Description
GetAllForSchoolCode ( IRepository repository, string schoolCode ) : IList
GetAllForSchoolCodes ( IRepository repository, string schoolCodes ) : IList

Private Methods

Method Description
LoadEmployees ( IRepository repository ) : void
SchoolEmployees ( ) : System

Method Details

GetAllForSchoolCode() public static method

public static GetAllForSchoolCode ( IRepository repository, string schoolCode ) : IList
repository IRepository
schoolCode string
return IList

GetAllForSchoolCodes() public static method

public static GetAllForSchoolCodes ( IRepository repository, string schoolCodes ) : IList
repository IRepository
schoolCodes string
return IList