C# Class Integreat.Shared.Models.Location

Afficher le fichier Open project: Integreat/app-cross_platform Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Find ( string searchText ) : bool
Location ( ) : System
Location ( int id, string name, string icon, string path, string description, string color, string cityImage, float latitude, float longitude, bool live ) : System
ToString ( ) : string

Method Details

Find() public méthode

public Find ( string searchText ) : bool
searchText string
Résultat bool

Location() public méthode

public Location ( ) : System
Résultat System

Location() public méthode

public Location ( int id, string name, string icon, string path, string description, string color, string cityImage, float latitude, float longitude, bool live ) : System
id int
name string
icon string
path string
description string
color string
cityImage string
latitude float
longitude float
live bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string