WizardOpenFileServer Class

Wizard open file server class.

Definition

Namespace: Aliquo.Windows.Wizard.Controls
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class WizardOpenFileServer : WizardInput
Inheritance
Object    WizardControl    WizardInput    WizardOpenFileServer

Remarks

Opens a file dialog for openning a file.

Constructors

WizardOpenFileServerInitializes a new instance of the WizardOpenFileServer class

Properties

FilterFiles Sets the current file name filter string.
FolderType Set type of folder containing the files on the server.
Subfolder Subfolder contained in the server folder.

Methods

ToString Converts control settings into String.
(Overrides WizardInputToString)

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also