共用方式為


NamespaceValidationBase Class

Definition

Class NamespaceValidationBase. Implements the ValidationBase Implements the INamespaceValidation

public class NamespaceValidationBase : Microsoft.Azure.Commands.StorageSync.Evaluation.Validations.ValidationBase, Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.INamespaceValidation
type NamespaceValidationBase = class
    inherit ValidationBase
    interface INamespaceValidation
Public Class NamespaceValidationBase
Inherits ValidationBase
Implements INamespaceValidation
Inheritance
NamespaceValidationBase
Derived
Implements

Constructors

NamespaceValidationBase(IConfiguration, String, ValidationType)

Initializes a new instance of the NamespaceValidationBase class.

Properties

Configuration

Gets the configuration.

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.

Validate(IDirectoryInfo)

Validates the specified directory information.

Validate(IFileInfo)

Validates the specified file information.

Validate(INamespaceInfo)

Validates the specified namespace information.

Applies to

See also