/// <summary> /// Create a new VADM_CallStats object. /// </summary> /// <param name="seqnr">Initial value of the seqnr property.</param> /// <param name="calltime">Initial value of the calltime property.</param> /// <param name="calledNumber">Initial value of the CalledNumber property.</param> /// <param name="callerid">Initial value of the callerid property.</param> public static VADM_CallStats CreateVADM_CallStats(global::System.Int32 seqnr, global::System.DateTime calltime, global::System.String calledNumber, global::System.String callerid) { VADM_CallStats vADM_CallStats = new VADM_CallStats(); vADM_CallStats.seqnr = seqnr; vADM_CallStats.calltime = calltime; vADM_CallStats.CalledNumber = calledNumber; vADM_CallStats.callerid = callerid; return(vADM_CallStats); }
/// <summary> /// Deprecated Method for adding a new object to the VADM_CallStats EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToVADM_CallStats(VADM_CallStats vADM_CallStats) { base.AddObject("VADM_CallStats", vADM_CallStats); }