Search Results for

    Show / Hide Table of Contents

    Class PhysicalAddress

    Represents a physical address

    Inheritance
    System.Object
    PhysicalAddress
    Namespace: Simplic.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class PhysicalAddress : IContactAssignable

    Constructors

    | Improve this Doc View Source

    PhysicalAddress()

    Initialize physical address

    Declaration
    public PhysicalAddress()

    Properties

    | Improve this Doc View Source

    Additional01

    Gets or sets the additional01 text

    Declaration
    public string Additional01 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CalculateGeoCoordinates

    Gets or sets whether to calculate geo coordinates or not

    Declaration
    public bool CalculateGeoCoordinates { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    CalculateGeoCoordinatesError

    Declaration
    public string CalculateGeoCoordinatesError { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    City

    Gets or sets the address city

    Declaration
    public string City { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CompanyName

    Gets or sets the company name

    Declaration
    public string CompanyName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ContactId

    Gets or sets the contact id

    Declaration
    public long? ContactId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Country

    Gets or sets the full country name

    Declaration
    public string Country { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Country_Iso

    Gets or sets the iso code

    Declaration
    public string Country_Iso { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    District

    Gets or sets the district

    Declaration
    public string District { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    EMailAddresses

    Gets a stateful collection of mail addresses

    Declaration
    public ICollection<EMailAddress> EMailAddresses { get; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<EMailAddress>
    | Improve this Doc View Source

    FederalStateId

    Gets or sets the federal state id as nullable guid

    Declaration
    public Guid? FederalStateId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    FirstName

    Gets or sets the first name

    Declaration
    public string FirstName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    GeoCoordinateStatus

    Gets or sets the resolving status

    Declaration
    public int GeoCoordinateStatus { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Guid

    Gets or sets the unique physical address guid

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Id

    Gets or sets the unique physical address guid

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsDeleted

    Gets or sets whether the address is deleted

    Declaration
    public bool IsDeleted { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Land

    Gets or sets the local land (e.g. lower saxony)

    Declaration
    public string Land { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    LanguageId

    Gets or sets the language-id for the contact

    Declaration
    public int LanguageId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    LastName

    Gets or sets the last name

    Declaration
    public string LastName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Latitude

    Gets or sets the location latitude

    Declaration
    public double Latitude { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    LetterSalutation

    Gets or sets the lettersalutation

    Declaration
    public string LetterSalutation { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Lockbox

    Gets or sets the lockbox number (Postfach)

    Declaration
    public string Lockbox { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    LockBox_ZipCode

    Gets or sets the lockbox zipcode (Postfach)

    Declaration
    public string LockBox_ZipCode { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Longitude

    Gets or sets the location longitude

    Declaration
    public double Longitude { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    PhoneNumbers

    Gets a stateful collection of phone numbers

    Declaration
    public ICollection<PhoneNumber> PhoneNumbers { get; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<PhoneNumber>
    | Improve this Doc View Source

    PhysicalAddressId

    Gets or sets the Id of the physical address

    Declaration
    public long? PhysicalAddressId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    PhysicalAddressKeyId

    Gets or sets the unique physical address id (pk)

    Declaration
    public int PhysicalAddressKeyId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    POIs

    Gets a stateful collection of POIs

    Declaration
    public StatefulCollection<PhysicalAddressPOI> POIs { get; }
    Property Value
    Type Description
    StatefulCollection<PhysicalAddressPOI>
    | Improve this Doc View Source

    ReadOnlyEmailAddresses

    Gets a readonly collection of mail addresses

    Declaration
    public IReadOnlyList<EMailAddress> ReadOnlyEmailAddresses { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<EMailAddress>
    | Improve this Doc View Source

    ReadOnlyPhoneNumbers

    Gets a copy of the PhoneNumbers

    Declaration
    public IReadOnlyList<PhoneNumber> ReadOnlyPhoneNumbers { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<PhoneNumber>
    | Improve this Doc View Source

    Salutation

    Gets or sets the salutation

    Declaration
    public string Salutation { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Street

    Gets or sets the street name

    Declaration
    public string Street { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Title

    Gets or sets the title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Type

    Gets or sets the physical address type

    Declaration
    public PhysicalAddressType Type { get; set; }
    Property Value
    Type Description
    PhysicalAddressType
    | Improve this Doc View Source

    Zipcode

    Gets or sets the Zipcode retrieves land and city from the zip

    Declaration
    public string Zipcode { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    LoadEMailAddresses()

    Load all mail addresses

    Declaration
    public ICollection<EMailAddress> LoadEMailAddresses()
    Returns
    Type Description
    System.Collections.Generic.ICollection<EMailAddress>

    Stateful-collection of mail addresses connected with this contact

    | Improve this Doc View Source

    LoadPhoneNumbers()

    Load all phonenumbers

    Declaration
    public ICollection<PhoneNumber> LoadPhoneNumbers()
    Returns
    Type Description
    System.Collections.Generic.ICollection<PhoneNumber>

    Stateful-collection of phonen numbers connected with this contact

    | Improve this Doc View Source

    LoadPOIs()

    Load all pois

    Declaration
    public ICollection<PhysicalAddressPOI> LoadPOIs()
    Returns
    Type Description
    System.Collections.Generic.ICollection<PhysicalAddressPOI>

    Stateful-collection of pois connected with this contact

    | Improve this Doc View Source

    SetAdressFromZip(String)

    Trys to resolve the city and land from the zip code and sets the values in the model if they are empty

    Declaration
    public void SetAdressFromZip(string zipCode)
    Parameters
    Type Name Description
    System.String zipCode

    zip to resolve adress

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx