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)); }
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; }