Ejemplo n.º 1
0
        public CustomerHubProxy GetProxy()
        {
            CustomerHubProxy result = new CustomerHubProxy();

            result.ProductFamilyID = this.ProductFamilyID;
            result.IsActive        = this.IsActive;
            result.PortalName      = this.PortalName;
            result.OrganizationID  = this.OrganizationID;
            result.CustomerHubID   = this.CustomerHubID;



            return(result);
        }
Ejemplo n.º 2
0
        public CustomerHubProxy GetProxy()
        {
            CustomerHubProxy result = new CustomerHubProxy();

            result.EnableMigration = this.EnableMigration;
            result.ModifierID      = this.ModifierID;
            result.ProductFamilyID = this.ProductFamilyID;
            result.IsActive        = this.IsActive;
            result.CNameURL        = this.CNameURL;
            result.PortalName      = this.PortalName;
            result.OrganizationID  = this.OrganizationID;
            result.CustomerHubID   = this.CustomerHubID;

            result.DateCreated  = DateTime.SpecifyKind(this.DateCreatedUtc, DateTimeKind.Utc);
            result.DateModified = DateTime.SpecifyKind(this.DateModifiedUtc, DateTimeKind.Utc);


            return(result);
        }