Beamable SDK
Public Member Functions | Public Attributes | List of all members
Beamable.Common.Content.Validation.MustBeDateString Class Reference

This type defines part of the Beamable ContentObject validation process. More...

Inheritance diagram for Beamable.Common.Content.Validation.MustBeDateString:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Common.Content.Validation.MustBeDateString:
Collaboration graph
[legend]

Public Member Functions

 MustBeDateString (string callbackMethodNameNoArgumentsCallback, BindingFlags bindingFlags=BindingFlags.Public|BindingFlags.NonPublic|BindingFlags.Instance)
 
override void Validate (ContentValidationArgs args)
 Performs the validation operation on the field marked with the ValidationAttribute. More...
 
void ValidateString (string strValue, ValidationFieldWrapper validationField, IContentObject obj, IValidationContext ctx)
 

Public Attributes

readonly string callbackMethodName
 
readonly BindingFlags bindingFlags
 

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...
 

Detailed Description

This type defines part of the Beamable ContentObject validation process.

Related Links

img beamable-logo

Member Function Documentation

◆ Validate()

override void Beamable.Common.Content.Validation.MustBeDateString.Validate ( ContentValidationArgs  args)
inlinevirtual

Performs the validation operation on the field marked with the ValidationAttribute.

Parameters
args

Implements Beamable.Common.Content.Validation.ValidationAttribute.


The documentation for this class was generated from the following file: