NamespaceValidationBase 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 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
- 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. |