コード例 #1
0
        /// <summary>
        ///		Creates a new instance of a INCIDENT_TYPE.
        /// </summary>
        /// <returns>The new INCIDENT_TYPE instance. </returns>
        public static Entities.INCIDENT_TYPE Factory()
        {
            OnCreating();
            Entities.INCIDENT_TYPE iNCIDENT_TYPE = new Entities.INCIDENT_TYPE();
            OnCreated(iNCIDENT_TYPE);

            return(iNCIDENT_TYPE);
        }
コード例 #2
0
 //	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_TYPE iNCIDENT_TYPE);