Udostępnij za pośrednictwem


InvalidFilenameValidation Class

Definition

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
InvalidFilenameValidation

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)

Applies to

See also