|
| Placement? | Placement [get, set] |
| |
| Prefix? | Prefix [get, set] |
| |
| string? | Firstname [get, set] |
| |
| string? | Lastname [get, set] |
| |
| Gender? | Gender [get, set] |
| |
| PositionPath? | PositionCandidate [get, set] |
| |
| OrganizationPositionEntity? | OrganizationPosition [get, set] |
| |
| DateTime? | RecruitDate [get, set] |
| |
| DateTime? | ReportingDate [get, set] |
| |
| double? | Amount [get, set] |
| |
| double? | PositionSalaryAmount [get, set] |
| |
| double? | MouthSalaryAmount [get, set] |
| |
| string? | SalaryClass [get, set] |
| |
| string? | SalaryRef [get, set] |
| |
| bool? | IsOfficer [get, set] |
| |
| string | PlacementStatus = "un-contain" [get, set] |
| |
| string? | RejectReason [get, set] |
| |
| bool | IsRelief = false [get, set] |
| |
| string? | ReliefReason [get, set] |
| |
| Document? | ReliefDoc [get, set] |
| |
| string? | IsProperty [get, set] |
| |
| string? | Nationality [get, set] |
| |
| string? | Race [get, set] |
| |
| DateTime? | DateOfBirth [get, set] |
| |
| Relationship? | Relationship [get, set] |
| |
| BloodGroup? | BloodGroup [get, set] |
| |
| Religion? | Religion [get, set] |
| |
| string? | Email [get, set] |
| |
| string? | CitizenId [get, set] |
| |
| District? | CitizenDistrict [get, set] |
| |
| Province? | CitizenProvince [get, set] |
| |
| DateTime? | CitizenDate [get, set] |
| |
| string? | Telephone [get, set] |
| |
| string? | MobilePhone [get, set] |
| |
| string? | Knowledge [get, set] |
| |
| string? | RegistAddress [get, set] |
| |
| Province? | RegistProvince [get, set] |
| |
| District? | RegistDistrict [get, set] |
| |
| SubDistrict? | RegistSubDistrict [get, set] |
| |
| string? | RegistZipCode [get, set] |
| |
| bool? | RegistSame [get, set] |
| |
| string? | CurrentAddress [get, set] |
| |
| Province? | CurrentProvince [get, set] |
| |
| District? | CurrentDistrict [get, set] |
| |
| SubDistrict? | CurrentSubDistrict [get, set] |
| |
| string? | CurrentZipCode [get, set] |
| |
| bool? | Marry [get, set] |
| |
| Prefix? | MarryPrefix [get, set] |
| |
| string? | MarryFirstName [get, set] |
| |
| string? | MarryLastName [get, set] |
| |
| string? | MarryOccupation [get, set] |
| |
| string? | MarryNationality [get, set] |
| |
| Prefix? | FatherPrefix [get, set] |
| |
| string? | FatherFirstName [get, set] |
| |
| string? | FatherLastName [get, set] |
| |
| string? | FatherOccupation [get, set] |
| |
| string? | FatherNationality [get, set] |
| |
| Prefix? | MotherPrefix [get, set] |
| |
| string? | MotherFirstName [get, set] |
| |
| string? | MotherLastName [get, set] |
| |
| string? | MotherOccupation [get, set] |
| |
| string? | MotherNationality [get, set] |
| |
| string? | OccupationOrg [get, set] |
| |
| string? | OccupationPile [get, set] |
| |
| string? | OccupationGroup [get, set] |
| |
| int? | OccupationSalary [get, set] |
| |
| string? | OccupationPosition [get, set] |
| |
| string? | OccupationPositionType [get, set] |
| |
| string? | OccupationTelephone [get, set] |
| |
| PositionNumberEntity? | PositionNumber [get, set] |
| |
| PositionPath? | PositionPath [get, set] |
| |
| PositionPathSide? | PositionPathSide [get, set] |
| |
| PositionType? | PositionType [get, set] |
| |
| PositionLine? | PositionLine [get, set] |
| |
| PositionLevel? | PositionLevel [get, set] |
| |
| double? | PointTotalA [get, set] |
| |
| double? | PointA [get, set] |
| |
| double? | PointTotalB [get, set] |
| |
| double? | PointB [get, set] |
| |
| double? | PointTotalC [get, set] |
| |
| double? | PointC [get, set] |
| |
| int? | ExamNumber [get, set] |
| |
| int? | ExamRound [get, set] |
| |
| string? | Pass [get, set] |
| |
| bool? | Draft [get, set] |
| |
| string? | RemarkVertical [get, set] |
| |
| string? | RemarkHorizontal [get, set] |
| |
| virtual ? Document | ProfileImg [get, set] |
| |
| virtual List< PlacementProfileDoc > | PlacementProfileDocs = new List<PlacementProfileDoc>() [get, set] |
| |
| virtual List< PlacementCertificate > | PlacementCertificates = new List<PlacementCertificate>() [get, set] |
| |
| virtual List< PlacementEducation > | PlacementEducations = new List<PlacementEducation>() [get, set] |
| |
Properties inherited from BMA.EHR.Domain.Models.Base.EntityBase |
| Guid | Id [get, set] |
| |
| DateTime | CreatedAt = DateTime.Now [get, set] |
| |
| string | CreatedUserId = string.Empty [get, set] |
| |
| DateTime? | LastUpdatedAt [get, set] |
| |
| string | LastUpdateUserId = string.Empty [get, set] |
| |
| string | CreatedFullName = string.Empty [get, set] |
| |
| string | LastUpdateFullName = string.Empty [get, set] |
| |