C# Class GpsBroadcaster.UserLocation

Inheritance: IXmlable
Afficher le fichier Open project: bakacaptain/istalkapp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToXML() public méthode

public ToXML ( ) : string
Résultat string

UserLocation() public méthode

public UserLocation ( String username ) : System
username String
Résultat System

UserLocation() public méthode

public UserLocation ( String username, GeoPoint geoPoint, int gender, int bgColour ) : System
username String
geoPoint GeoPoint
gender int
bgColour int
Résultat System