Search Results for

    Show / Hide Table of Contents

    Class PhoneNumber

    Represents a phone number entry for a contact

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

    Constructors

    | Improve this Doc View Source

    PhoneNumber()

    Initialize new phone number instance

    Declaration
    public PhoneNumber()

    Properties

    | Improve this Doc View Source

    ContactId

    Gets or sets the contact-id to which the phone number belongs

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

    Id

    Unique phone number guid

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

    Number

    Gets or sets the mail address

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

    PhoneNumberId

    Unique phonenumber id

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

    PhoneNumberKeyId

    Gets or sets the type of the mail address

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

    PhysicalAddressId

    Gets or sets the physical address type id

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

    Type

    Gets or sets the current phone number type

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