//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ using System; using System.ComponentModel; using System.Data.EntityClient; using System.Data.Objects; using System.Data.Objects.DataClasses; using System.Linq; using System.Runtime.Serialization; using System.Xml.Serialization; [assembly: EdmSchemaAttribute()] #region EDM Relationship Metadata [assembly: EdmRelationshipAttribute("DebugModel", "AssemblyFileMethod", "AssemblyFile", System.Data.Metadata.Edm.RelationshipMultiplicity.One, typeof(Cosmos.Debug.Common.AssemblyFile), "Method", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(Cosmos.Debug.Common.Method), true)] [assembly: EdmRelationshipAttribute("DebugModel", "DocumentMethod", "Document", System.Data.Metadata.Edm.RelationshipMultiplicity.One, typeof(Cosmos.Debug.Common.Document), "Method", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(Cosmos.Debug.Common.Method), true)] [assembly: EdmRelationshipAttribute("DebugModel", "LabelMethod", "Label", System.Data.Metadata.Edm.RelationshipMultiplicity.ZeroOrOne, typeof(Cosmos.Debug.Common.Label), "Method", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(Cosmos.Debug.Common.Method), true)] [assembly: EdmRelationshipAttribute("DebugModel", "LabelMethodEnd", "Label", System.Data.Metadata.Edm.RelationshipMultiplicity.ZeroOrOne, typeof(Cosmos.Debug.Common.Label), "Method", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(Cosmos.Debug.Common.Method), true)] [assembly: EdmRelationshipAttribute("DebugModel", "MethodIlOpMethod", "MethodIlOp", System.Data.Metadata.Edm.RelationshipMultiplicity.Many, typeof(Cosmos.Debug.Common.MethodIlOp), "Method", System.Data.Metadata.Edm.RelationshipMultiplicity.ZeroOrOne, typeof(Cosmos.Debug.Common.Method), true)] #endregion namespace Cosmos.Debug.Common { #region Contexts /// /// No Metadata Documentation available. /// public partial class Entities : ObjectContext { #region Constructors /// /// Initializes a new Entities object using the connection string found in the 'Entities' section of the application configuration file. /// public Entities() : base("name=Entities", "Entities") { this.ContextOptions.LazyLoadingEnabled = true; OnContextCreated(); } /// /// Initialize a new Entities object. /// public Entities(string connectionString) : base(connectionString, "Entities") { this.ContextOptions.LazyLoadingEnabled = true; OnContextCreated(); } /// /// Initialize a new Entities object. /// public Entities(EntityConnection connection) : base(connection, "Entities") { this.ContextOptions.LazyLoadingEnabled = true; OnContextCreated(); } #endregion #region Partial Methods partial void OnContextCreated(); #endregion #region ObjectSet Properties /// /// No Metadata Documentation available. /// public ObjectSet FIELD_INFO { get { if ((_FIELD_INFO == null)) { _FIELD_INFO = base.CreateObjectSet("FIELD_INFO"); } return _FIELD_INFO; } } private ObjectSet _FIELD_INFO; /// /// No Metadata Documentation available. /// public ObjectSet FIELD_MAPPING { get { if ((_FIELD_MAPPING == null)) { _FIELD_MAPPING = base.CreateObjectSet("FIELD_MAPPING"); } return _FIELD_MAPPING; } } private ObjectSet _FIELD_MAPPING; /// /// No Metadata Documentation available. /// public ObjectSet