Skip to content

Instantly share code, notes, and snippets.

@avishnyakov
Created July 12, 2014 11:05
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 avishnyakov/49af09a9f6db6de9ed1f to your computer and use it in GitHub Desktop.
Save avishnyakov/49af09a9f6db6de9ed1f to your computer and use it in GitHub Desktop.
public static class FieldModels
{
#region properties
public static FieldDefinition Contact = new FieldDefinition
{
Id = new Guid("{85C67EEA-5E3D-4DF3-AE8C-DC4D0A1D8BAC}"),
Title = "Contact",
InternalName = "spmetaCRM_Contact",
FieldType = "Text",
Group = ModelConsts.DefaultGroup
};
public static FieldDefinition Details = new FieldDefinition
{
Id = new Guid("{80F921C6-80C1-450B-A816-2D0C2FF1A173}"),
Title = "Details",
InternalName = "spmetaCRM_Details",
FieldType = "Text",
Group = ModelConsts.DefaultGroup
};
#endregion
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment