Beispiel #1
0
 public Sites(long siteid)
 {
     this.SiteNotificationTemplates = new SiteNotificationTemplates(this);
     this.SiteOptions = new SiteOptions(this);
     this.ID = siteid;
     this.ParentID = -1L;
     this.OwnerUserID = -1L;
     this.Name = "";
     this.LogoUrl = "";
     this.Company = "";
     this.Address = "";
     this.PostCode = "";
     this.ResponsiblePerson = "";
     this.ContactPerson = "";
     this.Telephone = "";
     this.Fax = "";
     this.Mobile = "";
     this.Email = "";
     this.QQ = "";
     this.ServiceTelephone = "";
     this.ICPCert = "";
     this.Level = -1;
     this.ON = false;
     this.BonusScale = 0.0;
     this.MaxSubSites = 0;
     this.UseLotteryListRestrictions = "";
     this.UseLotteryList = "";
     this.UseLotteryListQuickBuy = "";
     this.AdministratorID = -1L;
     this._urls = "";
     this.Url = "";
     this.PageTitle = "";
     this.PageKeywords = "";
 }
Beispiel #2
0
 public Sites(long siteid)
 {
     this.SiteNotificationTemplates = new SiteNotificationTemplates(this);
     this.SiteOptions                = new SiteOptions(this);
     this.ID                         = siteid;
     this.ParentID                   = -1L;
     this.OwnerUserID                = -1L;
     this.Name                       = "";
     this.LogoUrl                    = "";
     this.Company                    = "";
     this.Address                    = "";
     this.PostCode                   = "";
     this.ResponsiblePerson          = "";
     this.ContactPerson              = "";
     this.Telephone                  = "";
     this.Fax                        = "";
     this.Mobile                     = "";
     this.Email                      = "";
     this.QQ                         = "";
     this.ServiceTelephone           = "";
     this.ICPCert                    = "";
     this.Level                      = -1;
     this.ON                         = false;
     this.BonusScale                 = 0.0;
     this.MaxSubSites                = 0;
     this.UseLotteryListRestrictions = "";
     this.UseLotteryList             = "";
     this.UseLotteryListQuickBuy     = "";
     this.AdministratorID            = -1L;
     this._urls                      = "";
     this.Url                        = "";
     this.PageTitle                  = "";
     this.PageKeywords               = "";
 }