C# Class GpsBroadcaster.UserLocation

Inheritance: IXmlable
Show file Open project: bakacaptain/istalkapp Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToXML ( ) : string
UserLocation ( String username ) : System
UserLocation ( String username, GeoPoint geoPoint, int gender, int bgColour ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToXML() public method

public ToXML ( ) : string
return string

UserLocation() public method

public UserLocation ( String username ) : System
username String
return System

UserLocation() public method

public UserLocation ( String username, GeoPoint geoPoint, int gender, int bgColour ) : System
username String
geoPoint GeoPoint
gender int
bgColour int
return System