Sitecore.SharedSource.Analytics.Context.VisitorClassification.VisitorClassification C# (CSharp) Method

VisitorClassification() public method

public VisitorClassification ( ) : System.Data.Linq
return System.Data.Linq
		public VisitorClassification()
		{
			this._GeoIps = new EntitySet<GeoIp>(new Action<GeoIp>(this.attach_GeoIps), new Action<GeoIp>(this.detach_GeoIps));
			this._Locations = new EntitySet<Location>(new Action<Location>(this.attach_Locations), new Action<Location>(this.detach_Locations));
			this._UserAgents = new EntitySet<UserAgent>(new Action<UserAgent>(this.attach_UserAgents), new Action<UserAgent>(this.detach_UserAgents));
			this._Visitors = new EntitySet<Visitor>(new Action<Visitor>(this.attach_Visitors), new Action<Visitor>(this.detach_Visitors));
			this._Visitors1 = new EntitySet<Visitor>(new Action<Visitor>(this.attach_Visitors1), new Action<Visitor>(this.detach_Visitors1));
			OnCreated();
		}