Example #1
0
        /// <summary>
        ///		Creates a new instance of a SETTLEMENT.
        /// </summary>
        /// <returns>The new SETTLEMENT instance. </returns>
        public static Entities.SETTLEMENT Factory()
        {
            OnCreating();
            Entities.SETTLEMENT sETTLEMENT = new Entities.SETTLEMENT();
            OnCreated(sETTLEMENT);

            return(sETTLEMENT);
        }
Example #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.SETTLEMENT sETTLEMENT);