This type defines part of the Beamable ContentObject validation process.
More...
|
static bool | IsNumericType (Type type) |
| Determines if Type is a Numeric Type. Used by some ValidationAttribute subclasses. More...
|
|
This type defines part of the Beamable ContentObject validation process.
Direct Subclasses
Related Links

◆ IsNumericType()
static bool Beamable.Common.Content.Validation.ValidationAttribute.IsNumericType |
( |
Type |
type | ) |
|
|
inlinestaticprotected |
Determines if Type is a Numeric Type. Used by some ValidationAttribute subclasses.
- Parameters
-
- Returns
◆ Validate()
abstract void Beamable.Common.Content.Validation.ValidationAttribute.Validate |
( |
ContentValidationArgs |
args | ) |
|
|
pure virtual |
Performs the validation operation on the field marked with the ValidationAttribute.
- Parameters
-
Implemented in Beamable.Common.Content.Validation.CannotBeBlank, Beamable.Common.Content.Validation.CannotBeEmpty, Beamable.Common.Content.Validation.MustBeDateString, Beamable.Common.Content.Validation.MustBeNonDefault, Beamable.Common.Content.Validation.MustBeOneOf, Beamable.Common.Content.Validation.MustBePositive, Beamable.Common.Content.Validation.MustBeSlugString, Beamable.Common.Content.Validation.MustBeTimeSpanDuration, Beamable.Common.Content.Validation.MustContain, Beamable.Common.Content.Validation.MustReferenceContent, Beamable.Common.Content.Validation.RouteParametersMustBeValid, and Beamable.Common.Content.Validation.ServiceRouteMustBeValid.
The documentation for this class was generated from the following file:
- com.beamable/Common/Runtime/Content/Validation/ValidationAttribute.cs