Search Results for

    Show / Hide Table of Contents

    Class ContactTypeViewModel

    Represents a ContactTypeViewModel

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

    Constructors

    | Improve this Doc View Source

    ContactTypeViewModel(ContactType)

    Initialize instance

    Declaration
    public ContactTypeViewModel(ContactType model)
    Parameters
    Type Name Description
    ContactType model

    Properties

    | Improve this Doc View Source

    ContactTypeKeyId

    Gets or sets the model property ContactTypeKeyId as int

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

    DependentContactTypeKeyId

    Gets or sets the dependent contact type key

    Declaration
    public int? DependentContactTypeKeyId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | 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 ContactType Model { get; }
    Property Value
    Type Description
    ContactType
    | Improve this Doc View Source

    PrimaryPhysicalAddressTypeId

    Gets or sets the default address type id

    Declaration
    public int PrimaryPhysicalAddressTypeId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TypeName

    Gets or sets the model property TypeName as string

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