/// <summary> /// Create a new NameSpace object. /// </summary> /// <param name="guid">Initial value of the Guid property.</param> /// <param name="name">Initial value of the Name property.</param> public static NameSpace CreateNameSpace(global::System.Guid guid, global::System.String name) { NameSpace nameSpace = new NameSpace(); nameSpace.Guid = guid; nameSpace.Name = name; return nameSpace; }
/// <summary> /// Deprecated Method for adding a new object to the NameSpaces EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToNameSpaces(NameSpace nameSpace) { base.AddObject("NameSpaces", nameSpace); }