/// <summary>
 /// Create a new EVENTACTIONMAPPING object.
 /// </summary>
 /// <param name="eVENTACTIONMAPPINGID">Initial value of the EVENTACTIONMAPPINGID property.</param>
 /// <param name="eVENTID">Initial value of the EVENTID property.</param>
 /// <param name="sOURCETYPE">Initial value of the SOURCETYPE property.</param>
 /// <param name="sTATUS">Initial value of the STATUS property.</param>
 /// <param name="lASTMODIFIED">Initial value of the LASTMODIFIED property.</param>
 public static EVENTACTIONMAPPING CreateEVENTACTIONMAPPING(global::System.Int64 eVENTACTIONMAPPINGID, global::System.String eVENTID, global::System.String sOURCETYPE, global::System.String sTATUS, global::System.DateTime lASTMODIFIED)
 {
     EVENTACTIONMAPPING eVENTACTIONMAPPING = new EVENTACTIONMAPPING();
     eVENTACTIONMAPPING.EVENTACTIONMAPPINGID = eVENTACTIONMAPPINGID;
     eVENTACTIONMAPPING.EVENTID = eVENTID;
     eVENTACTIONMAPPING.SOURCETYPE = sOURCETYPE;
     eVENTACTIONMAPPING.STATUS = sTATUS;
     eVENTACTIONMAPPING.LASTMODIFIED = lASTMODIFIED;
     return eVENTACTIONMAPPING;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the EVENTACTIONMAPPINGs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEVENTACTIONMAPPINGs(EVENTACTIONMAPPING eVENTACTIONMAPPING)
 {
     base.AddObject("EVENTACTIONMAPPINGs", eVENTACTIONMAPPING);
 }