Search Results for

    Show / Hide Table of Contents

    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 Source

    EMailAddressTypeViewModel(EMailAddressType)

    Initialize instance

    Declaration
    public EMailAddressTypeViewModel(EMailAddressType model)
    Parameters
    Type Name Description
    EMailAddressType model

    Properties

    | Improve this Doc View Source

    EMailAddressKeyId

    Gets or sets the model property EMailAddressKeyId as int

    Declaration
    public int? EMailAddressKeyId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    EMailAddressName

    Gets or sets the model property EMailAddressName as string

    Declaration
    public string EMailAddressName { get; set; }
    Property Value
    Type Description
    System.String
    | 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 EMailAddressType Model { get; }
    Property Value
    Type Description
    EMailAddressType
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx