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

Inheritance: BaseUnit
Afficher le fichier Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Свойство Type Description
Union System

Méthodes publiques

Méthode 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

Méthode Description
Union ( SerializationInfo info, StreamingContext ctxt ) : System

Method Details

AddMember() public méthode

public AddMember ( UnionMember member ) : void
member UnionMember
Résultat void

GetMembers() public méthode

public GetMembers ( System.DateTime date ) : List
date System.DateTime
Résultat List

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

IsMember() public méthode

public IsMember ( Country country, System.DateTime date ) : bool
country Country
date System.DateTime
Résultat bool

Union() public méthode

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
Résultat System