OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / Schema.LocationColumn Enumeration



In This Topic
    Schema.LocationColumn Enumeration
    In This Topic
    An enumeration of Location column identifiers.
    Syntax
    'Declaration
     
    
    <DataContractAttribute(Name="LocationColumn", Namespace="https://secure.ontime360.com/soapapi/")>
    Public Enum Schema.LocationColumn 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Schema.LocationColumn
    [DataContract(Name="LocationColumn", Namespace="https://secure.ontime360.com/soapapi/")]
    public enum Schema.LocationColumn : System.Enum 
    [DataContract(Name="LocationColumn", Namespace="https://secure.ontime360.com/soapapi/")]
    public enum class Schema.LocationColumn : public System.Enum 
    Members
    MemberDescription
    AddressLine1References the database column mapped to Location.AddressLine1.
    AddressLine2References the database column mapped to Location.AddressLine2.
    CategoryReferences the database column mapped to Location.Category.
    CityReferences the database column mapped to Location.City.
    CommentsReferences the database column mapped to Location.Comments.
    CompanyNameReferences the database column mapped to Location.CompanyName.
    ContactNameReferences the database column mapped to Location.ContactName.
    CountryReferences the database column mapped to Location.Country.
    EmailReferences the database column mapped to Location.Email.
    IDReferences the database column mapped to Location.ID.
    LatitudeLongitudeReferences the database column mapped to Location.LatitudeLongitude.
    PhoneReferences the database column mapped to Location.Phone.
    PostalCodeReferences the database column mapped to Location.PostalCode.
    StateReferences the database column mapped to Location.State.
    ZoneReferences the database column mapped to Location.Zone.
    Remarks
    Used to reference database columns in Filter objects, LocationQuery methods, and various SOAP operations.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             OnTime.Extensions.SDK.Schema.LocationColumn

    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also