using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CBR.Core.Models { public class ManifestItem { public string id { get; set; } public string href { get; set; } public string requirednamespaced { get; set; } public string requiredmodules { get; set; } public string mediatype { get; set; } public string fallbackstyle { get; set; } public string fallback { get; set; } } }
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.
This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)
Math Primers for Programmers