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