/// <summary> /// Create a new invMetaTypes object. /// </summary> /// <param name="typeID">Initial value of the typeID property.</param> public static invMetaTypes CreateinvMetaTypes(global::System.Int16 typeID) { invMetaTypes invMetaTypes = new invMetaTypes(); invMetaTypes.typeID = typeID; return invMetaTypes; }
/// <summary> /// Deprecated Method for adding a new object to the invMetaTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToinvMetaTypes(invMetaTypes invMetaTypes) { base.AddObject("invMetaTypes", invMetaTypes); }