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 = ""; }
public Sites(long siteid) { SiteNotificationTemplates = new SiteNotificationTemplates(this); SiteOptions = new SiteOptions(this); ID = siteid; ParentID = -1; OwnerUserID = -1; Name = ""; LogoUrl = ""; Company = ""; Address = ""; PostCode = ""; ResponsiblePerson = ""; ContactPerson = ""; Telephone = ""; Fax = ""; Mobile = ""; Email = ""; QQ = ""; ServiceTelephone = ""; ICPCert = ""; Level = -1; ON = false; BonusScale = 0; MaxSubSites = 0; UseLotteryListRestrictions = ""; UseLotteryList = ""; UseLotteryListQuickBuy = ""; AdministratorID = -1; _urls = ""; Url = ""; PageTitle = ""; PageKeywords = ""; }