C# 클래스 TheAirline.Models.General.Countries.Towns.Town

상속: BaseModel
파일 보기 프로젝트 열기: TheAirlineProject/tap-desktop 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Town System

공개 메소드들

메소드 설명
Equals ( object u ) : bool
GetHashCode ( ) : int
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
Town ( string name, Country country ) : System
Town ( string name, Country country, State state ) : System
operator ( ) : bool

비공개 메소드들

메소드 설명
Town ( SerializationInfo info, StreamingContext ctxt ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object u ) : bool
u object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

Town() 공개 메소드

public Town ( string name, Country country ) : System
name string
country Country
리턴 System

Town() 공개 메소드

public Town ( string name, Country country, State state ) : System
name string
country Country
state State
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool