C# Class Dev2.Providers.Validation.Rules.IsValidFileNameRule

Inheritance: IsValidCollectionRule
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
IsValidFileNameRule ( Func getValue, char splitToken = ';' ) : System

Méthodes protégées

Méthode Description
IsValid ( string item ) : bool

Private Methods

Méthode Description
HasIllegalCharacters ( IEnumerable invalidChars, string path ) : bool

Method Details

IsValid() protected méthode

protected IsValid ( string item ) : bool
item string
Résultat bool

IsValidFileNameRule() public méthode

public IsValidFileNameRule ( Func getValue, char splitToken = ';' ) : System
getValue Func
splitToken char
Résultat System