/// <summary>
 /// Create a new FUND_ASSET_PUBLICATION_MEDIA object.
 /// </summary>
 /// <param name="fUND_ASSET_ID">Initial value of the FUND_ASSET_ID property.</param>
 /// <param name="pUBLICATION_MEDIA_ID">Initial value of the PUBLICATION_MEDIA_ID property.</param>
 /// <param name="fDA_USER_CODE">Initial value of the FDA_USER_CODE property.</param>
 /// <param name="fDA_LAST_UPD_DATE">Initial value of the FDA_LAST_UPD_DATE property.</param>
 /// <param name="fDA_CREATION_DATE">Initial value of the FDA_CREATION_DATE property.</param>
 public static FUND_ASSET_PUBLICATION_MEDIA CreateFUND_ASSET_PUBLICATION_MEDIA(global::System.Int32 fUND_ASSET_ID, global::System.Int32 pUBLICATION_MEDIA_ID, global::System.String fDA_USER_CODE, global::System.DateTime fDA_LAST_UPD_DATE, global::System.DateTime fDA_CREATION_DATE)
 {
     FUND_ASSET_PUBLICATION_MEDIA fUND_ASSET_PUBLICATION_MEDIA = new FUND_ASSET_PUBLICATION_MEDIA();
     fUND_ASSET_PUBLICATION_MEDIA.FUND_ASSET_ID = fUND_ASSET_ID;
     fUND_ASSET_PUBLICATION_MEDIA.PUBLICATION_MEDIA_ID = pUBLICATION_MEDIA_ID;
     fUND_ASSET_PUBLICATION_MEDIA.FDA_USER_CODE = fDA_USER_CODE;
     fUND_ASSET_PUBLICATION_MEDIA.FDA_LAST_UPD_DATE = fDA_LAST_UPD_DATE;
     fUND_ASSET_PUBLICATION_MEDIA.FDA_CREATION_DATE = fDA_CREATION_DATE;
     return fUND_ASSET_PUBLICATION_MEDIA;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the FUND_ASSET_PUBLICATION_MEDIA EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFUND_ASSET_PUBLICATION_MEDIA(FUND_ASSET_PUBLICATION_MEDIA fUND_ASSET_PUBLICATION_MEDIA)
 {
     base.AddObject("FUND_ASSET_PUBLICATION_MEDIA", fUND_ASSET_PUBLICATION_MEDIA);
 }