C# 클래스 TheAirline.GUIModel.PagesModel.AirportPageModel.ContractMVVM

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

공개 메소드들

메소드 설명
ContractMVVM ( AirportContract contract ) : System
extendContract ( int years ) : void
setExpireDate ( System.DateTime expireDate ) : void
setNumberOfGates ( int gates ) : void

비공개 메소드들

메소드 설명
NotifyPropertyChanged ( String propertyName ) : void

메소드 상세

ContractMVVM() 공개 메소드

public ContractMVVM ( AirportContract contract ) : System
contract TheAirline.Models.Airports.AirportContract
리턴 System

extendContract() 공개 메소드

public extendContract ( int years ) : void
years int
리턴 void

setExpireDate() 공개 메소드

public setExpireDate ( System.DateTime expireDate ) : void
expireDate System.DateTime
리턴 void

setNumberOfGates() 공개 메소드

public setNumberOfGates ( int gates ) : void
gates int
리턴 void