Search Results for

    Show / Hide Table of Contents

    Class PhoneNumberTypeViewModel

    Represents a PhoneNumberTypeViewModel

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

    Constructors

    | Improve this Doc View Source

    PhoneNumberTypeViewModel(PhoneNumberType)

    Initialize instance

    Declaration
    public PhoneNumberTypeViewModel(PhoneNumberType model)
    Parameters
    Type Name Description
    PhoneNumberType model

    Properties

    | 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

    Model

    Gets the model instance

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

    PhoneName

    Gets or sets the model property PhoneName as string

    Declaration
    public string PhoneName { 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