C# Class Bytes2you.Validation.StringArgumentFluentExtensions

Afficher le fichier Open project: veskokolev/Bytes2you.Validation

Méthodes publiques

Méthode Description
IsEmpty ( this @argument ) : IValidatableArgument
IsEqual ( this @argument, string value, System.StringComparison comparisonType ) : IValidatableArgument
IsNotEmpty ( this @argument ) : IValidatableArgument
IsNotEqual ( this @argument, string value, System.StringComparison comparisonType ) : IValidatableArgument
IsNotNullOrEmpty ( this @argument ) : IValidatableArgument
IsNotNullOrWhiteSpace ( this @argument ) : IValidatableArgument
IsNotRegexMatch ( this @argument, string pattern ) : IValidatableArgument
IsNullOrEmpty ( this @argument ) : IValidatableArgument
IsNullOrWhiteSpace ( this @argument ) : IValidatableArgument
IsRegexMatch ( this @argument, string pattern ) : IValidatableArgument

Method Details

IsEmpty() public static méthode

public static IsEmpty ( this @argument ) : IValidatableArgument
@argument this
Résultat IValidatableArgument

IsEqual() public static méthode

public static IsEqual ( this @argument, string value, System.StringComparison comparisonType ) : IValidatableArgument
@argument this
value string
comparisonType System.StringComparison
Résultat IValidatableArgument

IsNotEmpty() public static méthode

public static IsNotEmpty ( this @argument ) : IValidatableArgument
@argument this
Résultat IValidatableArgument

IsNotEqual() public static méthode

public static IsNotEqual ( this @argument, string value, System.StringComparison comparisonType ) : IValidatableArgument
@argument this
value string
comparisonType System.StringComparison
Résultat IValidatableArgument

IsNotNullOrEmpty() public static méthode

public static IsNotNullOrEmpty ( this @argument ) : IValidatableArgument
@argument this
Résultat IValidatableArgument

IsNotNullOrWhiteSpace() public static méthode

public static IsNotNullOrWhiteSpace ( this @argument ) : IValidatableArgument
@argument this
Résultat IValidatableArgument

IsNotRegexMatch() public static méthode

public static IsNotRegexMatch ( this @argument, string pattern ) : IValidatableArgument
@argument this
pattern string
Résultat IValidatableArgument

IsNullOrEmpty() public static méthode

public static IsNullOrEmpty ( this @argument ) : IValidatableArgument
@argument this
Résultat IValidatableArgument

IsNullOrWhiteSpace() public static méthode

public static IsNullOrWhiteSpace ( this @argument ) : IValidatableArgument
@argument this
Résultat IValidatableArgument

IsRegexMatch() public static méthode

public static IsRegexMatch ( this @argument, string pattern ) : IValidatableArgument
@argument this
pattern string
Résultat IValidatableArgument