C# Class TheAirline.Models.General.Countries.Towns.State

Inheritance: BaseModel
Mostra file Open project: TheAirlineProject/tap-desktop Class Usage Examples

Private Properties

Property Type Description
State System

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
State ( Country country, string name, string shortname, System.Boolean overseas ) : System

Private Methods

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

Method Details

GetObjectData() public method

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

State() public method

public State ( Country country, string name, string shortname, System.Boolean overseas ) : System
country Country
name string
shortname string
overseas System.Boolean
return System