Blazor コントロール
FilterOperation 列挙体

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 : FilterOperation 列挙体
Represents the valid operations.
シンタックス
'宣言
 
Public Enum FilterOperation 
   Inherits System.Enum
public enum FilterOperation : System.Enum 
メンバ
メンバ解説
ContainsRepresents a contains operation
EndsWithRepresents a ends with operation
EqualRepresents an equal operation
EqualTextRepresents an equal text operation
GreaterThanRepresents a greater than operation
GreaterThanOrEqualRepresents a greater than or equal operation
IsOneOfRepresents an is one of operation
LessThanRepresents a less than operation
LessThanOrEqualRepresents a less than or equal operation
NotEqualRepresents a not equal operation
NotEqualTextRepresents a not equal text operation
StartsWithRepresents a starts with operation
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.DataCollection.FilterOperation

参照

C1.DataCollection 名前空間