Exemplo n.º 1
0
 public static CalendarItemStatusType CreateCalendarItemStatusType(int calendarItemStatusTypeID)
 {
     CalendarItemStatusType calendarItemStatusType = new CalendarItemStatusType();
     calendarItemStatusType.CalendarItemStatusTypeID = calendarItemStatusTypeID;
     return calendarItemStatusType;
 }
Exemplo n.º 2
0
 public void AddToCalendarItemStatusTypes(CalendarItemStatusType calendarItemStatusType)
 {
     base.AddObject("CalendarItemStatusTypes", calendarItemStatusType);
 }