'宣言 Public Enum RecordFilterTreeSearchScope Inherits System.Enum
public enum RecordFilterTreeSearchScope : System.Enum
メンバ | 解説 |
---|---|
All | 検索テキストは、すべてのノードの表示と比較されます。 |
Day | 検索テキストは、日ノードの表示と比較されます。 |
Hour | 検索テキストは、時間ノードの表示と比較されます。 |
Minute | 検索テキストは、分ノードの表示と比較されます。 |
Month | 検索テキストは、月ノードの表示と比較されます。 |
Second | 検索テキストは、秒ノードの表示と比較されます。 |
Year | 検索テキストは、年ノードとルート レベル ノードの表示と比較されます。 |