public static void ToString(YearlyWorkScheduleRule obj, MethodReturnEventArgs<System.String> e)
 {
     // Nothing to do
 }
 public static void AppliesTo(YearlyWorkScheduleRule obj, MethodReturnEventArgs<System.Boolean> e, System.DateTime date)
 {
     // Abstract
 }