コード例 #1
0
 /// <summary>
 /// Create a new Ima_GovernmentAuthority object.
 /// </summary>
 /// <param name="governmentAuthorityID">Initial value of the GovernmentAuthorityID property.</param>
 /// <param name="world_region_id">Initial value of the world_region_id property.</param>
 /// <param name="country_id">Initial value of the country_id property.</param>
 /// <param name="wowi_product_type_id">Initial value of the wowi_product_type_id property.</param>
 /// <param name="isTransfer">Initial value of the IsTransfer property.</param>
 /// <param name="createUser">Initial value of the CreateUser property.</param>
 /// <param name="createDate">Initial value of the CreateDate property.</param>
 /// <param name="lasterUpdateUser">Initial value of the LasterUpdateUser property.</param>
 /// <param name="lasterUpdateDate">Initial value of the LasterUpdateDate property.</param>
 public static Ima_GovernmentAuthority CreateIma_GovernmentAuthority(global::System.Int32 governmentAuthorityID, global::System.Byte world_region_id, global::System.Int32 country_id, global::System.Int32 wowi_product_type_id, global::System.String isTransfer, global::System.String createUser, global::System.DateTime createDate, global::System.String lasterUpdateUser, global::System.DateTime lasterUpdateDate)
 {
     Ima_GovernmentAuthority ima_GovernmentAuthority = new Ima_GovernmentAuthority();
     ima_GovernmentAuthority.GovernmentAuthorityID = governmentAuthorityID;
     ima_GovernmentAuthority.world_region_id = world_region_id;
     ima_GovernmentAuthority.country_id = country_id;
     ima_GovernmentAuthority.wowi_product_type_id = wowi_product_type_id;
     ima_GovernmentAuthority.IsTransfer = isTransfer;
     ima_GovernmentAuthority.CreateUser = createUser;
     ima_GovernmentAuthority.CreateDate = createDate;
     ima_GovernmentAuthority.LasterUpdateUser = lasterUpdateUser;
     ima_GovernmentAuthority.LasterUpdateDate = lasterUpdateDate;
     return ima_GovernmentAuthority;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Ima_GovernmentAuthority EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIma_GovernmentAuthority(Ima_GovernmentAuthority ima_GovernmentAuthority)
 {
     base.AddObject("Ima_GovernmentAuthority", ima_GovernmentAuthority);
 }