Property | Type | Description | |
---|---|---|---|
_minimumLength | int? |
Method | Description | |
---|---|---|
IsValid ( object value, object container ) : bool | ||
StringLengthValidator ( int minimumLength, int maximumLength ) : System.Collections.Generic | ||
ToJson ( ) : string>>.IEnumerable |
public IsValid ( object value, object container ) : bool | ||
value | object | |
container | object | |
return | bool |
public StringLengthValidator ( int minimumLength, int maximumLength ) : System.Collections.Generic | ||
minimumLength | int | |
maximumLength | int | |
return | System.Collections.Generic |