Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Created October 1, 2017 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonysneed/f8f850f2c1ccbf9e01c290bad02f2f69 to your computer and use it in GitHub Desktop.
Save tonysneed/f8f850f2c1ccbf9e01c290bad02f2f69 to your computer and use it in GitHub Desktop.
public enum TrackingState
{
Unchanged,
Added,
Modified,
Deleted
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment