The Country class represents a single country of the world. A Country object has a name and an 2 character code used to identify it. Both follow the ISO-3166-1 specifications.

Namespace:  Phoenix.BLL.Library
Assembly:  Phoenix.BLL (in Phoenix.BLL.dll) Version: 2.9.3209.25656 (2.9.0.0)

Syntax

C#
public class Country : IComparable<Country>

Remarks

Class diagram

Inheritance Hierarchy

System..::.Object
  Phoenix.BLL.Library..::.Country

See Also