Interface IConditionValue
public interface IConditionValue
Properties
IsGTE
bool IsGTE { get; set; }
Property Value
Type
ConditionValueType Type { get; set; }
Property Value
Value
object Value { get; set; }
public interface IConditionValue
bool IsGTE { get; set; }
ConditionValueType Type { get; set; }
object Value { get; set; }