OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / Location Class
Properties Methods


In This Topic
    Location Class Members
    In This Topic

    The following tables list the members exposed by Location.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new Location object.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe street address of this Location. (Inherited from OnTime.Extensions.SDK.LocationBase)
    Public PropertyAdditional secondary information related to this Location's street address. (Inherited from OnTime.Extensions.SDK.LocationBase)
    Public PropertyThe category assigned to this Location. (Inherited from OnTime.Extensions.SDK.LocationBase)
    Public PropertyThe city or locality this Location resides within. (Inherited from OnTime.Extensions.SDK.LocationBase)
    Public PropertyAny additional comments associated with this Location. (Inherited from OnTime.Extensions.SDK.LocationBase)
    Public PropertyThe company name associated with this Location. (Inherited from OnTime.Extensions.SDK.LocationBase)
    Public PropertyThe primary contact name associated with this Location. (Inherited from OnTime.Extensions.SDK.LocationBase)
    Public PropertyThe country or other national political entity this Location resides within. (Inherited from OnTime.Extensions.SDK.LocationBase)
    Public PropertyThe email address assigned to this Location. (Inherited from OnTime.Extensions.SDK.LocationBase)
    Public PropertyThe unique identifier for this Location record. (Inherited from OnTime.Extensions.SDK.LocationBase)
    Public PropertyThe comma-delimited pair of geographic latitude/longitude coordinates that is assigned to this Location. (Inherited from OnTime.Extensions.SDK.LocationBase)
    Public PropertyThe phone number assigned to this Location. (Inherited from OnTime.Extensions.SDK.LocationBase)
    Public PropertyThe assigned postal code this Location resides within. (Inherited from OnTime.Extensions.SDK.LocationBase)
    Public PropertyThe state, province, or other civil entity this Location resides within. (Inherited from OnTime.Extensions.SDK.LocationBase)
    Public PropertyThe Zone record assigned to this Location.  
    Top
    Public Methods
     NameDescription
    Public MethodJoins all address information of this Location into a comma-delimited string. (Inherited from OnTime.Extensions.SDK.LocationBase)
    Public MethodGets the location address with name as a single line with. (Inherited from OnTime.Extensions.SDK.LocationBase)
    Top
    See Also