Class ActivePhoneCallViewModel
ViewModel for
Inheritance
System.Object
ActivePhoneCallViewModel
Namespace: Simplic.PlugIn.SAC.Contact.UI
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class ActivePhoneCallViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceActivePhoneCallViewModel(Guid)
Gets or sets the current contact
Declaration
public ActivePhoneCallViewModel(Guid contactGuid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | contactGuid |
Properties
| Improve this Doc View SourceCompanyContactViewModel
Gets or sets the CompanyContact viewmodel
Declaration
public ContactViewModel CompanyContactViewModel { get; set; }
Property Value
Type | Description |
---|---|
ContactViewModel |
ContactGuid
Gets or sets the current ContactGuid
Declaration
public Guid ContactGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ContactViewModel
Gets or sets the current contact viewmodel
Declaration
public ContactViewModel ContactViewModel { get; set; }
Property Value
Type | Description |
---|---|
ContactViewModel |