Skip to content

Instantly share code, notes, and snippets.

@Casey-Bateman
Created January 5, 2017 22:03
Show Gist options
  • Save Casey-Bateman/2cdecf2654148c8009c211df96ee9aa6 to your computer and use it in GitHub Desktop.
Save Casey-Bateman/2cdecf2654148c8009c211df96ee9aa6 to your computer and use it in GitHub Desktop.
Base Rating Rendered File Structure
public class BaseMomentRenderedFile : BaseRenderedFile
{
public string Id { get; set; }
public List<string> MomentIds { get; set; }
//.. any additional future fields such as exciting moment time would go here.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment