Search Results for

    Show / Hide Table of Contents

    Class PhysicalAddressTypeViewModel

    Represents a PhysicalAddressTypeViewModel

    Inheritance
    System.Object
    PhysicalAddressTypeViewModel
    Namespace: Simplic.PlugIn.SAC.Contact.UI
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class PhysicalAddressTypeViewModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    PhysicalAddressTypeViewModel(PhysicalAddressType)

    Initialize instance

    Declaration
    public PhysicalAddressTypeViewModel(PhysicalAddressType model)
    Parameters
    Type Name Description
    PhysicalAddressType model

    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

    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 model 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

    Model

    Gets the model instance

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

    PhysicalAddressKeyId

    Gets or sets the model 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 model property PhysicalAddressName as string

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

    UseForTapiCalls

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

    Declaration
    public bool UseForTapiCalls { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx