示例#1
0
 /// <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;
 }
示例#2
0
 /// <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(NameSpace nameSpace)
 {
     base.AddObject("NameSpaces", nameSpace);
 }