Inheritance: System.Data.Objects.DataClasses.EntityObject
 /// <summary>
 /// Create a new Namespaces object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="namespace">Initial value of the Namespace property.</param>
 public static Namespaces CreateNamespaces(global::System.Guid id, global::System.String @namespace)
 {
     Namespaces namespaces = new Namespaces();
     namespaces.Id = id;
     namespaces.Namespace = @namespace;
     return namespaces;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Namespaces EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNamespaces(Namespaces namespaces)
 {
     base.AddObject("Namespaces", namespaces);
 }