C# 클래스 ShameTheThrones.Models.RestroomSearchResultModel

파일 보기 프로젝트 열기: jasekiw/ShameTheThrones 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
address string
coordX decimal
coordY decimal
description string
gender byte
id int
rated System.Boolean
rating double

공개 메소드들

메소드 설명
getFromDatabaseModel ( Restroom restroom ) : RestroomSearchResultModel
getFromDatabaseModel ( Restroom restroom, System.Boolean rating ) : RestroomSearchResultModel
getListFromDatabaseModelsList ( List restrooms ) : List

메소드 상세

getFromDatabaseModel() 공개 정적인 메소드

public static getFromDatabaseModel ( Restroom restroom ) : RestroomSearchResultModel
restroom ShameTheThrones.Models.DbModels.Restroom
리턴 RestroomSearchResultModel

getFromDatabaseModel() 공개 정적인 메소드

public static getFromDatabaseModel ( Restroom restroom, System.Boolean rating ) : RestroomSearchResultModel
restroom ShameTheThrones.Models.DbModels.Restroom
rating System.Boolean
리턴 RestroomSearchResultModel

getListFromDatabaseModelsList() 공개 정적인 메소드

public static getListFromDatabaseModelsList ( List restrooms ) : List
restrooms List
리턴 List

프로퍼티 상세

address 공개적으로 프로퍼티

public string address
리턴 string

coordX 공개적으로 프로퍼티

public decimal coordX
리턴 decimal

coordY 공개적으로 프로퍼티

public decimal coordY
리턴 decimal

description 공개적으로 프로퍼티

public string description
리턴 string

gender 공개적으로 프로퍼티

public byte gender
리턴 byte

id 공개적으로 프로퍼티

public int id
리턴 int

rated 공개적으로 프로퍼티

public Boolean,System rated
리턴 System.Boolean

rating 공개적으로 프로퍼티

public double rating
리턴 double