/// <summary>Creates a new, empty UriComponentEntity object.</summary>
        /// <returns>A new, empty UriComponentEntity object.</returns>
        public override IEntity Create()
        {
            IEntity toReturn = new UriComponentEntity();

            // __LLBLGENPRO_USER_CODE_REGION_START CreateNewUriComponent
            // __LLBLGENPRO_USER_CODE_REGION_END
            return(toReturn);
        }
        /// <summary>Creates a new, empty UriComponentEntity object.</summary>
        /// <returns>A new, empty UriComponentEntity object.</returns>
        public override IEntity Create()
        {
            IEntity toReturn = new UriComponentEntity();

            // __LLBLGENPRO_USER_CODE_REGION_START CreateNewUriComponent
            // __LLBLGENPRO_USER_CODE_REGION_END
            return toReturn;
        }