Exemplo n.º 1
0
        public virtual void MapFromServerObject(Server.Application.CoreObject forCoreObject)
        {
            id = forCoreObject.Id;

            name = forCoreObject.Name;

            description = forCoreObject.Description;


            createAccountInfo = forCoreObject.CreateAccountInfo;

            modifiedAccountInfo = forCoreObject.ModifiedAccountInfo;


            return;
        }
Exemplo n.º 2
0
        protected void BaseConstructor(Application applicationReference, Server.Application.CoreObject forCoreObject)
        {
            BaseConstructor(applicationReference);


            id = forCoreObject.Id;

            name = forCoreObject.Name;

            description = forCoreObject.Description;


            createAccountInfo = forCoreObject.CreateAccountInfo;

            modifiedAccountInfo = forCoreObject.ModifiedAccountInfo;

            return;
        }