AskGeo .NET  1.1.0
AskGeo Libraries for .NET
 All Classes Namespaces Functions Variables Enumerations Pages
Public Member Functions | Static Public Attributes
AskGeo.Base.TimeZoneDataField Class Reference

The static members of this class enumerate the metadata fields available in a TimeZoneResult instance. More...

Inheritance diagram for AskGeo.Base.TimeZoneDataField:
AskGeo.Base.DataFieldInterface

List of all members.

Public Member Functions

override String GetDescription ()
 Returns a human-readable description of the data field.
override FieldUnit GetFieldUnit ()
 Specifies the FieldUnit of the field. The FieldUnit is the logical unit of the reported value, such as "people", "dollars", and "percent".
override int GetOrdinal ()
 Returns the ordinal value (i.e., index) of the enumerated value.
override String GetName ()
 Returns the enum's name, exactly as written in the code.

Static Public Attributes

static readonly TimeZoneDataField TimeZoneId = new TimeZoneDataField("TimeZoneId", "Olson time zone ID", FieldUnit.NoneString)
 The Olson time zone ID.

Detailed Description

The static members of this class enumerate the metadata fields available in a TimeZoneResult instance.


Member Function Documentation

override String AskGeo.Base.TimeZoneDataField.GetDescription ( )
virtual

Returns a human-readable description of the data field.

Returns:
the description of the data field.

Implements AskGeo.Base.DataFieldInterface.

override FieldUnit AskGeo.Base.TimeZoneDataField.GetFieldUnit ( )
virtual

Specifies the FieldUnit of the field. The FieldUnit is the logical unit of the reported value, such as "people", "dollars", and "percent".

Returns:
the FieldUnit of the data field.

Implements AskGeo.Base.DataFieldInterface.

override String AskGeo.Base.TimeZoneDataField.GetName ( )
virtual

Returns the enum's name, exactly as written in the code.

Returns:
the name of the enum, as written in the code.

Implements AskGeo.Base.DataFieldInterface.

override int AskGeo.Base.TimeZoneDataField.GetOrdinal ( )
virtual

Returns the ordinal value (i.e., index) of the enumerated value.

Returns:
the ordinal value of the enumerated value.

Implements AskGeo.Base.DataFieldInterface.


Member Data Documentation

readonly TimeZoneDataField AskGeo.Base.TimeZoneDataField.TimeZoneId = new TimeZoneDataField("TimeZoneId", "Olson time zone ID", FieldUnit.NoneString)
static

The Olson time zone ID.


The documentation for this class was generated from the following file: