コード例 #1
0
 public FilterOperationItem(Enums.FilterOperation operation, string description, string imagePath, bool needsFilterValue = true)
 {
     FilterOption     = operation;
     Description      = description;
     ImagePath        = imagePath;
     NeedsFilterValue = needsFilterValue;
 }
コード例 #2
0
ファイル: FilterOperationItem.cs プロジェクト: Osama91/CCWFM
 public FilterOperationItem(Enums.FilterOperation operation, string description, string linqUse, string imagePath)
 {
     FilterOption = operation;
     Description  = description;
     ImagePath    = imagePath;
     LinqUse      = linqUse;
 }