Exemple #1
0
 public Adminsettings()
 {
     adminSecondaryEmail  = new AdminSecondaryEmail();
     countryCode          = new CountryCode();
     creationTime         = new CreationTime();
     currentUsers         = new CurrentUsers();
     customLogo           = new CustomLogo();
     customerPin          = new CustomerPin();
     defaultLanguage      = new DefaultLanguage();
     emailGateway         = new EmailGateway();
     emailRouting         = new EmailRouting();
     maximumUsers         = new MaximumUsers();
     mxVerificationStatus = new MxVerificationStatus();
     organizationName     = new OrganizationName();
     productVersion       = new ProductVersion();
     ssoSettings          = new SsoSettings();
     ssoSigningKey        = new SsoSigningKey();
 }
Exemple #2
0
        protected AdminsettingsBase()
        {
            mainBase = new gAdminsettings();

            ServiceWrapperDictionary[mainBaseType] = mainBase;

            adminSecondaryEmail  = new AdminSecondaryEmail();
            countryCode          = new CountryCode();
            creationTime         = new CreationTime();
            currentUsers         = new CurrentUsers();
            customLogo           = new CustomLogo();
            customerPin          = new CustomerPin();
            defaultLanguage      = new DefaultLanguage();
            emailGateway         = new EmailGateway();
            emailRouting         = new EmailRouting();
            maximumUsers         = new MaximumUsers();
            mxVerificationStatus = new MxVerificationStatus();
            organizationName     = new OrganizationName();
            productVersion       = new ProductVersion();
            ssoSettings          = new SsoSettings();
            ssoSigningKey        = new SsoSigningKey();
        }