This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ArgumentBinder.
Summary
The minimum acceptable value. Defaulted to 0.
If the argument is less than (equal to is okay) this value,
validation will fail.
- Assembly
- Cake
.ArgumentBinder .dll - Namespace
- Cake
.ArgumentBinder - Containing Type
- Integer
Argument Attribute
Syntax
public int Min { get; set; }
Remarks
0 is chosen to be the default value since most arguments
(in the author's experience) usually are never negative.
Value
Type | Description |
---|---|
int |