Search Results for

    Show / Hide Table of Contents

    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 Source

    ActivePhoneCallViewModel(Guid)

    Gets or sets the current contact

    Declaration
    public ActivePhoneCallViewModel(Guid contactGuid)
    Parameters
    Type Name Description
    System.Guid contactGuid

    Properties

    | Improve this Doc View Source

    CompanyContactViewModel

    Gets or sets the CompanyContact viewmodel

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

    ContactGuid

    Gets or sets the current ContactGuid

    Declaration
    public Guid ContactGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    ContactViewModel

    Gets or sets the current contact viewmodel

    Declaration
    public ContactViewModel ContactViewModel { get; set; }
    Property Value
    Type Description
    ContactViewModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx