C# 클래스 Integreat.Shared.Models.EventLocation

파일 보기 프로젝트 열기: Integreat/app-cross_platform 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EventLocation ( ) : System
EventLocation ( int id, string name, string address, string town, string state, int postcode, string region, string country, double latitude, double longitude ) : System

메소드 상세

EventLocation() 공개 메소드

public EventLocation ( ) : System
리턴 System

EventLocation() 공개 메소드

public EventLocation ( int id, string name, string address, string town, string state, int postcode, string region, string country, double latitude, double longitude ) : System
id int
name string
address string
town string
state string
postcode int
region string
country string
latitude double
longitude double
리턴 System