Skip to content

Instantly share code, notes, and snippets.

@islaytitans
Created May 30, 2016 14:57
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 islaytitans/9dd5a367c4371b4dc0f3005d74192371 to your computer and use it in GitHub Desktop.
Save islaytitans/9dd5a367c4371b4dc0f3005d74192371 to your computer and use it in GitHub Desktop.
Schemas for the Goals
namespace JonathanRobbins.DisplayGoalContext.Reporting.Contact.Goals
{
public static class Schemas
{
public static ViewField<string> GoalDescription = new ViewField<string>("GoalDescription");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment