aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Navigation/DeveloperNavigationManager.cs
blob: b1039c2c5244205787546d255053de949b463831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
generated by cgit v1.3.1 (git 2.54.0) at 2026-06-22 17:23:23 +0000
 


ss="w">        }

        /// <summary>
        /// Represents a Tango DAO Java entity.
        /// </summary>
        public class TangoDAOEntity
        {
            /// <summary>
            /// Gets or sets the entity name.
            /// </summary>
            public String Name { get; set; }

            /// <summary>
            /// Gets or sets the name of the table.
            public String TableName { get; set; }
        }
    }
}