/// <summary> /// Creates a new instance of a INCIDENT. /// </summary> /// <returns>The new INCIDENT instance. </returns> public static Entities.INCIDENT Factory() { OnCreating(); Entities.INCIDENT iNCIDENT = new Entities.INCIDENT(); OnCreated(iNCIDENT); return(iNCIDENT); }
// This partial method gives us a way to access an object after it has been added to the system. static partial void OnCreated(Entities.INCIDENT iNCIDENT);