Search Results for

    Show / Hide Table of Contents

    Class ContactSubTypeViewModel

    Represents ViewModel for a ContactType ContactSubType

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

    Constructors

    | Improve this Doc View Source

    ContactSubTypeViewModel()

    Initializes a ViewModel with a new ContactType

    Declaration
    public ContactSubTypeViewModel()
    | Improve this Doc View Source

    ContactSubTypeViewModel(ContactSubType)

    Initializes a ViewModel with the passed ContactType

    Declaration
    public ContactSubTypeViewModel(ContactSubType currentObject)
    Parameters
    Type Name Description
    ContactSubType currentObject

    Properties

    | Improve this Doc View Source

    CurrentObject

    Gets or sets the CurrentObject of this ViewModel as ContactType

    Declaration
    public ContactSubType CurrentObject { get; set; }
    Property Value
    Type Description
    ContactSubType
    | Improve this Doc View Source

    IsSelectable

    Gets or sets the isSelectable flag of the CurrentObject

    Declaration
    public bool IsSelectable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TypeName

    Gets or sets the name of the CurrentObject

    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