Search Results for

    Show / Hide Table of Contents

    Interface IContactViewModelFactory

    Interface which must be implemented into all contact window facotires

    Namespace: Simplic.PlugIn.SAC.Contact.UI
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public interface IContactViewModelFactory

    Methods

    | Improve this Doc View Source

    Create(Contact)

    Create a new viewmodel instance

    Declaration
    ContactViewModel Create(Contact contact)
    Parameters
    Type Name Description
    Contact contact

    Contact instance

    Returns
    Type Description
    ContactViewModel

    New viewmodel instance of a specific type

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx