Beispiel #1
0
        public virtual void MapToServerObject(Server.Application.PopulationType serverPopulationType)
        {
            base.MapToServerObject((Server.Application.CoreConfigurationObject)serverPopulationType);


            return;
        }
Beispiel #2
0
        public PopulationType Copy()
        {
            Server.Application.PopulationType serverPopulationType = (Server.Application.PopulationType)ToServerObject();

            PopulationType copiedPopulationType = new PopulationType(application, serverPopulationType);

            return(copiedPopulationType);
        }
Beispiel #3
0
        public override Object ToServerObject()
        {
            Server.Application.PopulationType serverPopulationType = new Server.Application.PopulationType();

            MapToServerObject(serverPopulationType);

            return(serverPopulationType);
        }