using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.ComponentModel; namespace Tango.Integration.Observables { public enum @(Model.Name) { @foreach (var prop in Model.Fields) {
/// /// (@prop.Description) /// [Description("@(prop.Description)")] @(prop.Name) = @(prop.Value),
} } }