Beamable SDK
|
This type defines part of the Beamable ContentObject validation process. More...
Public Member Functions | |
MustContain (params string[] parts) | |
override void | Validate (ContentValidationArgs args) |
Performs the validation operation on the field marked with the ValidationAttribute. More... | |
Properties | |
string[] | Parts [get] |
Additional Inherited Members | |
Static Protected Member Functions inherited from Beamable.Common.Content.Validation.ValidationAttribute | |
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.
|
inlinevirtual |
Performs the validation operation on the field marked with the ValidationAttribute.
args |
Implements Beamable.Common.Content.Validation.ValidationAttribute.