Search Results for

    Show / Hide Table of Contents

    Class PhoneNumberViewModel

    Phone number viewmodel

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

    Constructors

    | Improve this Doc View Source

    PhoneNumberViewModel(PhoneNumber)

    Initialize new phone number viewmodel

    Declaration
    public PhoneNumberViewModel(PhoneNumber phoneNumber)
    Parameters
    Type Name Description
    PhoneNumber phoneNumber

    Phone number insntace

    Properties

    | Improve this Doc View Source

    Model

    Gets the phone number model

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

    PhoneNumber

    Gets or sets the phone number

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