Skip to content

Instantly share code, notes, and snippets.

@ArveSystad
Created January 11, 2016 14:50
Show Gist options
  • Save ArveSystad/162025fa43141587e03e to your computer and use it in GitHub Desktop.
Save ArveSystad/162025fa43141587e03e to your computer and use it in GitHub Desktop.
public class CustomFeedFieldMapping : IExternalSystemFieldMapping
{
public Guid Guid
{
get { return Guid.Parse("107FF759-53C3-48CD-9A96-0CE0C1B82235"); }
}
public string Code { get { return "Code"; } }
public IFeed FeedForMapping
{
get { return new CustomFeed(); }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment