C# Class TheAirline.Models.General.Countries.Union

Inheritance: BaseUnit
显示文件 Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Property Type Description
Union System

Public Methods

Method Description
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

Private Methods

Method Description
Union ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

AddMember() public method

public AddMember ( UnionMember member ) : void
member UnionMember
return void

GetMembers() public method

public GetMembers ( System.DateTime date ) : List
date System.DateTime
return List

GetObjectData() public method

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

IsMember() public method

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

Union() public method

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
return System