Search Results for

    Show / Hide Table of Contents

    Class FileNotExistsAttribute

    Specifies that the data must not be an already existing file, not a directory.

    Inheritance
    System.Object
    System.Attribute
    System.ComponentModel.DataAnnotations.ValidationAttribute
    FilePathNotExistsAttributeBase
    FileNotExistsAttribute
    Inherited Members
    FilePathNotExistsAttributeBase.IsValid(Object, ValidationContext)
    Namespace: McMaster.Extensions.CommandLineUtils
    Assembly: McMaster.Extensions.CommandLineUtils.dll
    Syntax
    [AttributeUsage(AttributeTargets.Property)]
    public sealed class FileNotExistsAttribute : FilePathNotExistsAttributeBase

    Constructors

    | Improve this Doc View Source

    FileNotExistsAttribute()

    Initializes an instance of FileNotExistsAttribute.

    Declaration
    public FileNotExistsAttribute()
    • Improve this Doc
    • View Source
    In This Article
    Back to top