示例#1
0
 public UnitCrewMemberVM(CrewMemberTypeEnum crewMemberType, UnitForceMapModel currentUnit, WorkShiftModel.ShiftTime currentShiftTime)
 {
     this._crewMemberType = crewMemberType;
     this._currentUnitId  = currentUnit.UnitId;
     this._shiftTime      = currentShiftTime;
     this._shiftDate      = currentUnit.ShiftDate;
     this._workShift      = currentUnit.CurrentWorkShift;
 }
示例#2
0
 public MultiSelectMemberVM(string parameter, CrewMemberTypeEnum crewMemberType, string unitId)
 {
     this.Parameter      = parameter;
     this.CrewMemberType = crewMemberType;
     this.UnitId         = unitId;
 }