InvalidFilenameValidation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class InvalidFilenameValidation. Implements the NamespaceValidationBase
public class InvalidFilenameValidation : Microsoft.Azure.Commands.StorageSync.Evaluation.Validations.NamespaceValidations.NamespaceValidationBase
type InvalidFilenameValidation = class
inherit NamespaceValidationBase
Public Class InvalidFilenameValidation
Inherits NamespaceValidationBase
- Inheritance
Constructors
InvalidFilenameValidation(IConfiguration) |
Initializes a new instance of the InvalidFilenameValidation class. |
Properties
Configuration |
Gets the configuration. (Inherited from NamespaceValidationBase) |
DisplayName |
Gets the display name. (Inherited from ValidationBase) |
SuccessfulResult |
Gets the successful result. (Inherited from ValidationBase) |
ValidationKind |
Gets the kind of the validation. (Inherited from ValidationBase) |
ValidationType |
Gets the type of the validation. (Inherited from ValidationBase) |
Methods
DoValidate(IDirectoryInfo) |
Does the validate. |
DoValidate(IFileInfo) |
Does the validate. |
DoValidate(INamespaceInfo) |
Does the validate. (Inherited from NamespaceValidationBase) |
Validate(IDirectoryInfo) |
Validates the specified directory information. (Inherited from NamespaceValidationBase) |
Validate(IFileInfo) |
Validates the specified file information. (Inherited from NamespaceValidationBase) |
Validate(INamespaceInfo) |
Validates the specified namespace information. (Inherited from NamespaceValidationBase) |