Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method Update ( 
 | 
  String calendarid, 
 | 
  String calendartype, 
 | 
  String category, 
 | 
  String datasource, 
 | 
  Duration duration, 
 | 
  Boolean isallday, 
 | 
  Boolean isdefault, 
 | 
  Boolean isrecurring, 
 | 
  Boolean issoftdeleted, 
 | 
  Real partialcapacity, 
 | 
  Boolean patterndaily_iseveryweekday, 
 | 
  Number patternmonthlyday, 
 | 
  String patternmonthlydayofweek, 
 | 
  Boolean patternmonthlyisday, 
 | 
  String patternmonthlyweekofmonth, 
 | 
  String patterntype, 
 | 
  String patternweeklyweekday, 
 | 
  Number patternyearlyday, 
 | 
  String patternyearlydayofweek, 
 | 
  Boolean patternyearlyisday, 
 | 
  Number patternyearlymonth, 
 | 
  String patternyearlyweekofmonth, 
 | 
  Number recurrenceinterval, 
 | 
  Duration starttimeofday, 
 | 
  String subject, 
 | 
  String type 
 | 
) 
 | 
{ 
 | 
  Description: 'Update attributes for IOEvent' 
 | 
  TextBody: 
 | 
  [* 
 | 
    this.CalendarID( calendarid ); 
 | 
    this.CalendarType( calendartype ); 
 | 
    this.Category( category ); 
 | 
    this.DataSource( datasource ); 
 | 
    this.Duration( duration );  
 | 
    this.IsAllDay( isallday );  
 | 
    this.IsDefault( isdefault );  
 | 
    this.IsRecurring( isrecurring ); 
 | 
    this.IsSoftDeleted( issoftdeleted ); 
 | 
    this.PartialCapacity( partialcapacity ); 
 | 
    this.PatternDaily_IsEveryWeekday( patterndaily_iseveryweekday ); 
 | 
    this.PatternMonthly_Day( patternmonthlyday ); 
 | 
    this.PatternMonthly_DayOfWeek( patternmonthlydayofweek ); 
 | 
    this.PatternMonthly_IsDay( patternmonthlyisday );  
 | 
    this.PatternMonthly_WeekOfMonth( patternmonthlyweekofmonth ); 
 | 
    this.PatternType( patterntype ); 
 | 
    this.PatternWeekly_Weekdays( patternweeklyweekday );  
 | 
    this.PatternYearly_Day( patternyearlyday ); 
 | 
    this.PatternYearly_DayOfWeek( patternyearlydayofweek ); 
 | 
    this.PatternYearly_IsDay( patternyearlyisday ); 
 | 
    this.PatternYearly_Month( patternyearlymonth ); 
 | 
    this.PatternYearly_WeekOfMonth( patternyearlyweekofmonth ); 
 | 
    this.RecurrenceInterval( recurrenceinterval ); 
 | 
    this.StartTimeOfDay( starttimeofday );  
 | 
    this.Subject( subject ); 
 | 
    this.Type( type ); 
 | 
  *] 
 | 
} 
 |