Search Results for

    Show / Hide Table of Contents

    Class ContactWindow

    Interaction logic for ContactWindow.xaml

    Inheritance
    System.Object
    ContactWindow
    Namespace: Simplic.PlugIn.SAC.Contact.UI
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class ContactWindow : StackBasedWindow

    Constructors

    | Improve this Doc View Source

    ContactWindow()

    Initialize new ContactWindow

    Declaration
    public ContactWindow()

    Properties

    | Improve this Doc View Source

    Current

    Gets the current DataContext as ContactViewModel

    Declaration
    public ContactViewModel Current { get; }
    Property Value
    Type Description
    ContactViewModel

    Methods

    | Improve this Doc View Source

    Edit(IList<Contact>)

    Edit a contact by contact objects

    Declaration
    public void Edit(IList<Contact> contacts)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<Contact> contacts

    List of contact objects

    | Improve this Doc View Source

    EditByGuids(IList<Guid>)

    Edit a contact by contact guids

    Declaration
    public void EditByGuids(IList<Guid> ids)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Guid> ids

    List of ids

    | Improve this Doc View Source

    EditByIds(IList<Int64>)

    Edit a contact by contact ids

    Declaration
    public void EditByIds(IList<long> ids)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Int64> ids

    List of ids

    | Improve this Doc View Source

    New(Contact)

    Create new contact

    Declaration
    public void New(Contact contact)
    Parameters
    Type Name Description
    Contact contact

    Contact instance

    | Improve this Doc View Source

    OnDelete(WindowDeleteEventArg)

    Delete contact

    Declaration
    public override void OnDelete(WindowDeleteEventArg e)
    Parameters
    Type Name Description
    WindowDeleteEventArg e
    | Improve this Doc View Source

    OnOpenPage(WindowOpenPageEventArg)

    Open contact

    Declaration
    public override void OnOpenPage(WindowOpenPageEventArg e)
    Parameters
    Type Name Description
    WindowOpenPageEventArg e
    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    Save contact

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx