Пример #1
0
 /// <summary>
 /// Create a new ASPPLocTranslation object.
 /// </summary>
 /// <param name="aSPP_Loc">Initial value of the ASPP_Loc property.</param>
 /// <param name="sIMPL_LocId">Initial value of the SIMPL_LocId property.</param>
 public static ASPPLocTranslation CreateASPPLocTranslation(global::System.String aSPP_Loc, global::System.Int32 sIMPL_LocId)
 {
     ASPPLocTranslation aSPPLocTranslation = new ASPPLocTranslation();
     aSPPLocTranslation.ASPP_Loc = aSPP_Loc;
     aSPPLocTranslation.SIMPL_LocId = sIMPL_LocId;
     return aSPPLocTranslation;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ASPPLocTranslations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToASPPLocTranslations(ASPPLocTranslation aSPPLocTranslation)
 {
     base.AddObject("ASPPLocTranslations", aSPPLocTranslation);
 }