Search Results for

    Show / Hide Table of Contents

    Class PhysicalAddressType

    Contains a set of predefined types. May not contain all types

    Inheritance
    System.Object
    PhysicalAddressType
    Namespace: Simplic.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class PhysicalAddressType : ICacheable

    Constructors

    | Improve this Doc View Source

    PhysicalAddressType()

    Initialize instance

    Declaration
    public PhysicalAddressType()

    Properties

    | Improve this Doc View Source

    AllowMultiple

    Gets or sets whether to allow multiple selection or not

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

    BusinessAddress

    Business address type

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

    HasOwnCompanyName

    Gets or sets whether the address type has its own company name

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

    HasOwnEMailAddress

    Gets or sets whether the address has it's own mail addresses

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

    HasOwnName

    Gets or sets whether the address type has its own name (firstname, lastname)

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

    HasOwnPhoneNumbers

    Gets or sets whether the address has it's own phone numbers

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

    Id

    Gets or sets the property Id as Guid

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

    IsCompanyLocation

    Gets or sets whether the address type is a company location

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

    Key

    Gets the key of the current type

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

    Other

    Other address type

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

    PhysicalAddressKeyId

    Gets or sets the property PhysicalAddressKeyId as int

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

    PhysicalAddressName

    Gets or sets the property PhysicalAddressName as string

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

    PrivateAddress

    Private address type

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

    UseForTapiCalls

    Gets or sets whether the adress type is used for tapi calls

    Declaration
    public bool UseForTapiCalls { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    OnRemove()

    Do nothing

    Declaration
    public void OnRemove()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx