Class EMailAddressTypeViewModel
Represents a EMailAddressTypeViewModel
Inheritance
System.Object
EMailAddressTypeViewModel
Namespace: Simplic.PlugIn.SAC.Contact.UI
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class EMailAddressTypeViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceEMailAddressTypeViewModel(EMailAddressType)
Initialize instance
Declaration
public EMailAddressTypeViewModel(EMailAddressType model)
Parameters
Type | Name | Description |
---|---|---|
EMailAddressType | model |
Properties
| Improve this Doc View SourceEMailAddressKeyId
Gets or sets the model property EMailAddressKeyId as int
Declaration
public int? EMailAddressKeyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
EMailAddressName
Gets or sets the model property EMailAddressName as string
Declaration
public string EMailAddressName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the model property Id as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Model
Gets the model instance
Declaration
public EMailAddressType Model { get; }
Property Value
Type | Description |
---|---|
EMailAddressType |