예제 #1
0
 public FilterOperationItem(Enums.FilterOperation operation, string description, string imagePath, bool needsFilterValue = true)
 {
     FilterOption     = operation;
     Description      = description;
     ImagePath        = imagePath;
     NeedsFilterValue = needsFilterValue;
 }
예제 #2
0
 public FilterOperationItem(Enums.FilterOperation operation, string description, string linqUse, string imagePath)
 {
     FilterOption = operation;
     Description  = description;
     ImagePath    = imagePath;
     LinqUse      = linqUse;
 }