MinAttribute Class
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Specifies the minimum numeric value of a data field.
public class MinAttribute : ValidationAttribute
- Inheritance:
- System.Object → MinAttribute
Constructors
Min |
Initializes a new instance of the MinAttribute class by using the specified minimum value. |
Min |
Initializes a new instance of the MinAttribute class by using the specified minimum value. |
Properties
Minimum | Gets the minimum allowed field value. |
Operand |
Gets the type of the data field whose value must be validated. |
Methods
Is |
Checks that the value of the data field is greater than or equal to the specified minimum value. |
Extension Methods
Is |
Gets a value indicating if the specified value has the default value of the generic type. |
Serialize(Object) | Serializes an object, or graph of connected objects, to a byte array. |
Serialize |
Serializes an object, or graph of connected objects, to a json string. |
Is |
Determines whether the specified object is valid by evaluating each ValidationAttribute instance that is attached to the object type. |