예제 #1
0
파일: Reference.cs 프로젝트: UCF/IKM_EDR
 public void AddToStaffCalendarLeaveRequestType(StaffCalendarLeaveRequestTypeValue staffCalendarLeaveRequestTypeValue)
 {
     base.AddObject("StaffCalendarLeaveRequestType", staffCalendarLeaveRequestTypeValue);
 }
예제 #2
0
파일: Reference.cs 프로젝트: UCF/IKM_EDR
 public static StaffCalendarLeaveRequestTypeValue CreateStaffCalendarLeaveRequestTypeValue(string value)
 {
     StaffCalendarLeaveRequestTypeValue staffCalendarLeaveRequestTypeValue = new StaffCalendarLeaveRequestTypeValue();
     staffCalendarLeaveRequestTypeValue.Value = value;
     return staffCalendarLeaveRequestTypeValue;
 }