Class RepositorySelectFileDialog
Interaktionslogik für RepositorySelectFileDialog.xaml
Implements
ISaveableLayout
IFocusableControlBase
Inherited Members
Namespace: Simplic.Framework.DBUI.Repository
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class RepositorySelectFileDialog : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceRepositorySelectFileDialog()
Crate file selecting dialog
Declaration
public RepositorySelectFileDialog()
Properties
| Improve this Doc View SourceFileName
Filename of the selected path. Empty if no file is selected
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceShowAsDialog()
Show the file selecting dialog
Declaration
public static string ShowAsDialog()
Returns
Type | Description |
---|---|
System.String | Returning a string containing a file path to a selected file in the repository. |
Implements
ISaveableLayout
IFocusableControlBase