Skip to content

Instantly share code, notes, and snippets.

@musicm122
Created July 27, 2014 23:52
Show Gist options
  • Save musicm122/f969a1b4b5ef13fb0ced to your computer and use it in GitHub Desktop.
Save musicm122/f969a1b4b5ef13fb0ced to your computer and use it in GitHub Desktop.
Condition
public class Condition
{
public int Order {get;set;}
public string expression {get;set;}
public LogicalOperator LogicalOperator {get;set;}
public bool HasNot{get;set;}
public Condition Right {get;set;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment