aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/SideChains/RealTimeGraphEx/Synchronization
ModeNameSize
-rw-r--r--SyncManager.cs1511logstatsplain
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Tango Observables Generator
// 
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. Do not modify!
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.ComponentModel;

namespace Tango.BL.Enumerations
{
    public enum @(Model.Name)
    {
        @foreach (var prop in Model.Fields)
        {
    <div>
        /// <summary>
        /// (@prop.Description)
        /// </summary>
        [Description("@(prop.Description)")]
        @(prop.Name) = @(prop.Value),

    </div>
        }
    }
}