Beamable SDK
Public Member Functions | Static Protected Member Functions | List of all members
Beamable.Common.Content.Validation.ValidationAttribute Class Referenceabstract

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

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

Public Member Functions

abstract void Validate (ContentValidationArgs args)
 Performs the validation operation on the field marked with the ValidationAttribute. More...
 

Static Protected Member Functions

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.

Direct Subclasses

Related Links

img beamable-logo

Member Function Documentation

◆ 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
type
Returns

◆ Validate()

abstract void Beamable.Common.Content.Validation.ValidationAttribute.Validate ( ContentValidationArgs  args)
pure virtual

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