Class Condition
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Core.Data.Entities
Assembly: Mars.Core.dll
Syntax
public abstract class Condition : ISelection
Properties
| Improve this Doc View SourceIsNegated
Declaration
public bool IsNegated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceEvaluate(IDictionary<String, Object>)
Declaration
public abstract bool Evaluate(IDictionary<string, object> data)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> | data |
Returns
Type | Description |
---|---|
System.Boolean |