EvaluatedCondition クラス
名前空間
EvaluatedCondition コンストラクタ
EvaluatedCondition のコンストラクタは次のとおりです。
EvaluatedCondition(aggregateName, aggregateLabel, compareToValue, aggregateValue, operator)
署名
public EvaluatedCondition(String aggregateName, String aggregateLabel, Double compareToValue, Double aggregateValue, Reports.EvaluatedConditionOperator operator)
パラメータ
- aggregateName
- 型: String
- 集計の一意の API 名。
- aggregateLabel
- 型: String
- 集計のローカライズされた表示名。
- compareToValue
- 型: Double
- 条件で集計と比較される値。
- aggregateValue
- 型: Double
- レポート実行時の集計の実際の値。
- operator
- 型: Reports.EvaluatedConditionOperator
- 条件に使用される演算子。