Ejemplo n.º 1
0
 /// <summary>
 /// Create a new UniqueIdType object.
 /// </summary>
 /// <param name="uniqueIdTypeId">Initial value of the UniqueIdTypeId property.</param>
 /// <param name="uniqueIdTypeName">Initial value of the UniqueIdTypeName property.</param>
 public static UniqueIdType CreateUniqueIdType(global::System.Int32 uniqueIdTypeId, global::System.String uniqueIdTypeName)
 {
     UniqueIdType uniqueIdType = new UniqueIdType();
     uniqueIdType.UniqueIdTypeId = uniqueIdTypeId;
     uniqueIdType.UniqueIdTypeName = uniqueIdTypeName;
     return uniqueIdType;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the UniqueIdTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUniqueIdTypes(UniqueIdType uniqueIdType)
 {
     base.AddObject("UniqueIdTypes", uniqueIdType);
 }