コード例 #1
0
 /// <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;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the invMetaTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToinvMetaTypes(invMetaTypes invMetaTypes)
 {
     base.AddObject("invMetaTypes", invMetaTypes);
 }