Search Results for

    Show / Hide Table of Contents

    Class RepositoryControl

    Interaktionslogik für RepositoryControl.xaml

    Inheritance
    System.Object
    Page
    RepositoryControl
    Implements
    IUIDisposable
    Inherited Members
    Page.OnSaveChanges
    Page.PageNameProperty
    Page.DisposeAll()
    Page.EnableAutoSave
    Page.PageName
    Page.PageContentChanged
    Page.Identification
    Namespace: Simplic.Framework.DBUI.Repository
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class RepositoryControl : Page

    Constructors

    | Improve this Doc View Source

    RepositoryControl()

    Create and prepare the repository control

    Declaration
    public RepositoryControl()

    Methods

    | Improve this Doc View Source

    CopyFile()

    Copy files

    Declaration
    public void CopyFile()
    | Improve this Doc View Source

    CopyFromFileSystem()

    Copy file from file-system to repository

    Declaration
    public void CopyFromFileSystem()
    | Improve this Doc View Source

    EditFile()

    Copy file to file system and open

    Declaration
    public void EditFile()
    | Improve this Doc View Source

    FromTemplate()

    Create and open file from template.

    Declaration
    public void FromTemplate()
    | Improve this Doc View Source

    MoveFile()

    Move files

    Declaration
    public void MoveFile()
    | Improve this Doc View Source

    OpenFile()

    Copy file to file system and open

    Declaration
    public void OpenFile()
    | Improve this Doc View Source

    RenameFile()

    Copy file from file-system to repository

    Declaration
    public void RenameFile()

    Events

    | Improve this Doc View Source

    FileSelected

    Called if a file is selected via double click

    Declaration
    public event RepositoryControl.FileSelectedEventHandler FileSelected
    Event Type
    Type Description
    RepositoryControl.FileSelectedEventHandler

    Implements

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