Click or drag to resize

Country Class

Country class.
Inheritance Hierarchy
SystemObject
  PSI.SoxCountry

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
[SerializableAttribute]
[DataContractAttribute]
public class Country : IComparable

The Country type exposes the following members.

Constructors
  NameDescription
Public methodCountry
Initializes a new instance of the Country class
Top
Properties
  NameDescription
Public propertyIata
Gets or sets IATA code
Public propertyId
Gets or sets Country Id
Public propertyIso2
Gets or sets ISO2
Public propertyIso3
Gets or sets ISO3
Public propertyIso3Number
Gets or sets ISO3 Number
Public propertyName
Gets or sets Name
Public propertySymbol
Gets or sets Symbol
Top
Methods
  NameDescription
Public methodCompareTo
Compares the value of this instance to a specified Country value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified SoxCountrye value.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also