Represents a user location aka ip address for tracking user ip addresses
| C# |
public class UserLocation
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| UserLocation()()() | Initializes a new instance of the UserLocation class | |
| UserLocation(Guid) | Initializes a new instance of the UserLocation class | |
| UserLocation(Guid, String) | Initializes a new instance of the UserLocation class | |
| CaptureCount | ||
| City | ||
| CompareByCaptureCount(UserLocation, UserLocation) |
Compares 2 instances of UserLocation.
| |
| CompareByCity(UserLocation, UserLocation) |
Compares 2 instances of UserLocation.
| |
| CompareByContinent(UserLocation, UserLocation) |
Compares 2 instances of UserLocation.
| |
| CompareByCountry(UserLocation, UserLocation) |
Compares 2 instances of UserLocation.
| |
| CompareByFirstCaptureUTC(UserLocation, UserLocation) |
Compares 2 instances of UserLocation.
| |
| CompareByHostname(UserLocation, UserLocation) |
Compares 2 instances of UserLocation.
| |
| CompareByIPAddress(UserLocation, UserLocation) |
Compares 2 instances of UserLocation.
| |
| CompareByISP(UserLocation, UserLocation) |
Compares 2 instances of UserLocation.
| |
| CompareByLastCaptureUTC(UserLocation, UserLocation) |
Compares 2 instances of UserLocation.
| |
| CompareByRegion(UserLocation, UserLocation) |
Compares 2 instances of UserLocation.
| |
| CompareByTimeZone(UserLocation, UserLocation) |
Compares 2 instances of UserLocation.
| |
| Continent | ||
| Country | ||
| Delete(Guid) |
Deletes an instance of UserLocation. Returns true on success.
| |
| DeleteByUser(Guid) | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | (Inherited from Object.) | |
| FirstCaptureUTC | ||
| GetBySite(Guid) |
Gets an IList with all instances of UserLocation for the site.
| |
| GetByUser(Guid) |
Gets an IList with all instances of UserLocation for the user.
| |
| GetCountBySite(Guid) |
Gets a count of UserLocation.
| |
| GetCountByUser(Guid) |
Gets a count of UserLocation.
| |
| GetHashCode()()() | (Inherited from Object.) | |
| GetPageBySite(Guid, Int32, Int32, Int32%) |
Gets an IList with page of instances of UserLocation.
| |
| GetPageByUser(Guid, Int32, Int32, Int32%) |
Gets an IList with page of instances of UserLocation.
| |
| GetType()()() | (Inherited from Object.) | |
| GetUsersByIPAddress(Guid, String) |
Gets an IDataReader with rows from the mp_Users table which have the passed in IP Address
| |
| Hostname | ||
| IPAddress | ||
| IPAddressLong | ||
| ISP | ||
| LastCaptureUTC | ||
| Latitude | ||
| Longitude | ||
| MemberwiseClone()()() | (Inherited from Object.) | |
| Region | ||
| RowID | ||
| Save()()() |
Saves this instance of UserLocation. Returns true on success.
| |
| SiteGuid | ||
| TimeZone | ||
| ToString()()() | (Inherited from Object.) | |
| UserGuid |
| Object | |
| UserLocation | |