|
| LeaveType | Type [get, set] |
| |
| DateTime | LeaveStartDate = DateTime.Now [get, set] |
| |
| DateTime | LeaveEndDate = DateTime.Now [get, set] |
| |
| string | LeaveWrote = string.Empty [get, set] |
| |
| string | LeaveAddress = string.Empty [get, set] |
| |
| string | LeaveNumber = string.Empty [get, set] |
| |
| string | LeaveDetail = string.Empty [get, set] |
| |
| Document? | LeaveDocument [get, set] |
| |
| Document? | LeaveDraftDocument [get, set] |
| |
| string | LeaveSalaryText = string.Empty [get, set] |
| |
| string | WifeDayName = string.Empty [get, set] |
| |
| string | WifeDayDateBorn = string.Empty [get, set] |
| |
| int | RestDayOldTotal = 0 [get, set] |
| |
| int | RestDayCurrentTotal = 0 [get, set] |
| |
| bool | OrdainDayStatus = false [get, set] |
| |
| string | OrdainDayLocationName = string.Empty [get, set] |
| |
| string | OrdainDayLocationAddress = string.Empty [get, set] |
| |
| string | OrdainDayLocationNumber = string.Empty [get, set] |
| |
| DateTime | OrdainDayOrdination = DateTime.Now [get, set] |
| |
| string | OrdainDayBuddhistLentName = string.Empty [get, set] |
| |
| string | OrdainDayBuddhistLentAddress = string.Empty [get, set] |
| |
| bool | HajjDayStatus = false [get, set] |
| |
| string | AbsentDaySummon = string.Empty [get, set] |
| |
| string | AbsentDayLocation = string.Empty [get, set] |
| |
| DateTime | AbsentDayRegistorDate = DateTime.Now [get, set] |
| |
| string | AbsentDayGetIn = string.Empty [get, set] |
| |
| string | AbsentDayAt = string.Empty [get, set] |
| |
| string | StudyDaySubject = string.Empty [get, set] |
| |
| string | StudyDayDegreeLevel = string.Empty [get, set] |
| |
| string | StudyDayUniversityName = string.Empty [get, set] |
| |
| string | StudyDayTrainingSubject = string.Empty [get, set] |
| |
| string | StudyDayTrainingName = string.Empty [get, set] |
| |
| string | StudyDayCountry = string.Empty [get, set] |
| |
| string | StudyDayScholarship = string.Empty [get, set] |
| |
| string | CoupleDayName = string.Empty [get, set] |
| |
| string | CoupleDayPosition = string.Empty [get, set] |
| |
| string | CoupleDayLevel = string.Empty [get, set] |
| |
| string | CoupleDayLevelCountry = string.Empty [get, set] |
| |
| string | CoupleDayCountryHistory = string.Empty [get, set] |
| |
| string | CoupleDayTotalHistory = string.Empty [get, set] |
| |
| DateTime | CoupleDayStartDateHistory = DateTime.Now [get, set] |
| |
| DateTime | CoupleDayEndDateHistory = DateTime.Now [get, set] |
| |
| string | CoupleDaySumTotalHistory = string.Empty [get, set] |
| |
| string | LeaveStatus = string.Empty [get, set] |
| |
| string? | LeaveComment = string.Empty [get, set] |
| |
| string? | LeaveDirectorComment = string.Empty [get, set] |
| |
| int | LeaveTotal = 0 [get, set] |
| |
| DateTime? | LeaveLast [get, set] |
| |
| Guid | KeycloakUserId = Guid.Empty [get, set] |
| |
| DateTime? | LeaveBirthDate [get, set] |
| |
| DateTime? | LeaveGovernmentDate [get, set] |
| |
| int? | LeaveSalary [get, set] |
| |
| string? | LeaveCancelStatus = string.Empty [get, set] |
| |
| string? | LeaveCancelComment = string.Empty [get, set] |
| |
| Document? | LeaveCancelDocument [get, set] |
| |
| string? | ApproveStep = string.Empty [get, set] |
| |
| string? | CancelLeaveWrote = string.Empty [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] |
| |