Search Results for

    Show / Hide Table of Contents

    Class ContactSubTypeStateViewModel

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

    Constructors

    | Improve this Doc View Source

    ContactSubTypeStateViewModel()

    Initializes a ViewModel with a new ContactState

    Declaration
    public ContactSubTypeStateViewModel()
    | Improve this Doc View Source

    ContactSubTypeStateViewModel(ContactSubTypeState)

    Initializes a ViewModel with the passed ContactState

    Declaration
    public ContactSubTypeStateViewModel(ContactSubTypeState currentObject)
    Parameters
    Type Name Description
    ContactSubTypeState currentObject

    Properties

    | Improve this Doc View Source

    CurrentObject

    Gets or sets the CurrentObject of this ViewModel as ContactState

    Declaration
    public ContactSubTypeState CurrentObject { get; set; }
    Property Value
    Type Description
    ContactSubTypeState
    | 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

    StateName

    Gets or sets the name of the CurrentObject

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