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 SourceContactSubTypeStateViewModel()
Initializes a ViewModel with a new ContactState
Declaration
public ContactSubTypeStateViewModel()
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 SourceCurrentObject
Gets or sets the CurrentObject of this ViewModel as ContactState
Declaration
public ContactSubTypeState CurrentObject { get; set; }
Property Value
Type | Description |
---|---|
ContactSubTypeState |
IsSelectable
Gets or sets the isSelectable flag of the CurrentObject
Declaration
public bool IsSelectable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StateName
Gets or sets the name of the CurrentObject
Declaration
public string StateName { get; set; }
Property Value
Type | Description |
---|---|
System.String |