C# 클래스 TheAirline.Models.General.Countries.Union

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

Private Properties

프로퍼티 타입 설명
Union System

공개 메소드들

메소드 설명
AddMember ( UnionMember member ) : void
GetMembers ( System.DateTime date ) : List
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
IsMember ( Country country, System.DateTime date ) : bool
Union ( string section, string uid, string shortname, System.DateTime creationDate, System.DateTime obsoleteDate ) : System

비공개 메소드들

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

메소드 상세

AddMember() 공개 메소드

public AddMember ( UnionMember member ) : void
member UnionMember
리턴 void

GetMembers() 공개 메소드

public GetMembers ( System.DateTime date ) : List
date System.DateTime
리턴 List

GetObjectData() 공개 메소드

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

IsMember() 공개 메소드

public IsMember ( Country country, System.DateTime date ) : bool
country Country
date System.DateTime
리턴 bool

Union() 공개 메소드

public Union ( string section, string uid, string shortname, System.DateTime creationDate, System.DateTime obsoleteDate ) : System
section string
uid string
shortname string
creationDate System.DateTime
obsoleteDate System.DateTime
리턴 System