Пример #1
0
 protected override void MapAll(Api.Models.Requests.Schools.EdFi.Test_Profile_Resource_IncludeOnly.SchoolGetByExample request, ISchool specification)
 {
     // Copy all existing values
     specification.SuspendReferenceAssignmentCheck();
     specification.AdministrativeFundingControlDescriptor = request.AdministrativeFundingControlDescriptor;
     specification.CharterApprovalAgencyTypeDescriptor    = request.CharterApprovalAgencyTypeDescriptor;
     specification.CharterApprovalSchoolYear = request.CharterApprovalSchoolYear;
     specification.CharterStatusDescriptor   = request.CharterStatusDescriptor;
     specification.InternetAccessDescriptor  = request.InternetAccessDescriptor;
     specification.LocalEducationAgencyId    = request.LocalEducationAgencyId;
     specification.MagnetSpecialProgramEmphasisSchoolDescriptor = request.MagnetSpecialProgramEmphasisSchoolDescriptor;
     specification.SchoolId             = request.SchoolId;
     specification.SchoolTypeDescriptor = request.SchoolTypeDescriptor;
     specification.TitleIPartASchoolDesignationDescriptor = request.TitleIPartASchoolDesignationDescriptor;
 }