Search Results for

    Show / Hide Table of Contents

    Class PhoneNumberType

    Represents a PhoneNumberType

    Inheritance
    System.Object
    PhoneNumberType
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class PhoneNumberType

    Constructors

    | Improve this Doc View Source

    PhoneNumberType()

    Initialize instance

    Declaration
    public PhoneNumberType()

    Properties

    | 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

    PhoneName

    Gets or sets the property PhoneName as string

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

    PhoneNumberKeyId

    Gets or sets the property PhoneNumberKeyId as int

    Declaration
    public int? PhoneNumberKeyId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx