Search Results for

    Show / Hide Table of Contents

    Class ContactMigrationWindow

    Interaction logic for ContactWindow.xaml

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

    Constructors

    | Improve this Doc View Source

    ContactMigrationWindow()

    Initialize new ContactWindow

    Declaration
    public ContactMigrationWindow()

    Properties

    | Improve this Doc View Source

    Current

    Gets the current DataContext as ContactMigrationViewModel

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

    Methods

    | Improve this Doc View Source

    Edit(IList<Contact>)

    Edit a contact by contact objects

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

    List of contact objects

    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    EditByGuids(IList<Guid>)

    Edit a contact by contact guids

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

    List of ids

    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    EditByIds(IList<Int64>)

    Edit a contact by contact ids

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

    List of ids

    Returns
    Type Description
    System.Boolean
    | 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