Example #1
0
 public MonthReportFactory(string enumType)
 {
     this.emunType = (MonthReportEnum)Enum.Parse(typeof(MonthReportEnum), enumType);
 }
Example #2
0
 public CategoryAttribute(string name, MonthReportEnum enumType)
 {
     this.name     = name;
     this.enumType = enumType;
 }