コード例 #1
0
 internal SchemaInfo(CalendarPropertyId calendarPropertyId, object promotionMethod, object demotionMethod, CalendarMethod methods, IcalFlags flags)
 {
     this.CalendarPropertyId = calendarPropertyId;
     this.PromotionMethod    = promotionMethod;
     this.DemotionMethod     = demotionMethod;
     this.Methods            = methods;
     this.Flags = flags;
 }
コード例 #2
0
 private static void AddSchemaInfo(CalendarPropertyId calendarPropertyId, object promotionMethod, object demotionMethod, CalendarMethod methods, IcalFlags flags)
 {
     VTodo.conversionSchema.Add(calendarPropertyId.Key, new SchemaInfo(calendarPropertyId, promotionMethod, demotionMethod, methods, flags));
 }