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 SourceEMailAddressViewModel(EMailAddress)
Initialize mail address viewmodel
Declaration
public EMailAddressViewModel(EMailAddress emailAddress)
Parameters
Type | Name | Description |
---|---|---|
EMailAddress | emailAddress | Mail address instance |
Properties
| Improve this Doc View SourceEMailAddress
Gets or sets the mail address
Declaration
public string EMailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Model
Gets the email address model
Declaration
public EMailAddress Model { get; }
Property Value
Type | Description |
---|---|
EMailAddress |
WriteEMail
Gets or sets the command to write an email
Declaration
public ICommand WriteEMail { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |