Search Results for

    Show / Hide Table of Contents

    Class EMailAddressViewModel

    E-Mail address viewmodel

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

    Constructors

    | Improve this Doc View Source

    EMailAddressViewModel(EMailAddress)

    Initialize mail address viewmodel

    Declaration
    public EMailAddressViewModel(EMailAddress emailAddress)
    Parameters
    Type Name Description
    EMailAddress emailAddress

    Mail address instance

    Properties

    | Improve this Doc View Source

    EMailAddress

    Gets or sets the mail address

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

    Model

    Gets the email address model

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

    WriteEMail

    Gets or sets the command to write an email

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