/// <summary> /// Deprecated Method for adding a new object to the C7_25LPContactinfo EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToC7_25LPContactinfo(C7_25LPContactinfo c7_25LPContactinfo) { base.AddObject("C7_25LPContactinfo", c7_25LPContactinfo); }
/// <summary> /// Create a new C7_25LPContactinfo object. /// </summary> /// <param name="fullName">Initial value of the FullName property.</param> /// <param name="contactName">Initial value of the ContactName property.</param> /// <param name="sSMA_TimeStamp">Initial value of the SSMA_TimeStamp property.</param> public static C7_25LPContactinfo CreateC7_25LPContactinfo(global::System.String fullName, global::System.String contactName, global::System.Byte[] sSMA_TimeStamp) { C7_25LPContactinfo c7_25LPContactinfo = new C7_25LPContactinfo(); c7_25LPContactinfo.FullName = fullName; c7_25LPContactinfo.ContactName = contactName; c7_25LPContactinfo.SSMA_TimeStamp = sSMA_TimeStamp; return c7_25LPContactinfo; }