/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the UniqueIdTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToUniqueIdTypes(UniqueIdType uniqueIdType) { base.AddObject("UniqueIdTypes", uniqueIdType); }