EventSpotAddress Members CTCT Wrapper Documented Class Library

The EventSpotAddress type exposes the following members.
Constructors

  NameDescription
Public methodEventSpotAddress
Initializes a new instance of the EventSpotAddress class
Back to Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(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 methodToJSON
Serialize an object to JSON.
(Inherited from Component.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Back to Top
Properties

  NameDescription
Public propertyCity
City of the event location
Public propertyCountry
Country of the event location
Public propertyCountryCode
Standard 2 letter ISO 3166-1 code of the country associated with the event address
Public propertyLatitude
Latitude coordinates of the event location, not used to determine event Location on map if is_map_displayed set to true
Public propertyLine1
Event address line 1
Public propertyLine2
Event address line 2
Public propertyLine3
Event address line 3
Public propertyLongitude
Longitude coordinates of the event location, , not used to determine event Location at this time on map if is_map_displayed set to true
Public propertyPostalCode
Postal ZIP code for the event
Public propertyState
State or Canadian province name of the event location
Public propertyStateCode
Standard 2 letter abbreviation for the state or Canadian province of the event location; if state_code is entered, the system overwrites the state property with the resolved state or province name
Back to Top
See Also