Beamable SDK
Public Member Functions | List of all members
Beamable.Common.Reflection.IReflectionAttribute Interface Reference

Implement this interface on attributes to use our validation utilities declared in ReflectionCache. More...

Inheritance diagram for Beamable.Common.Reflection.IReflectionAttribute:
Inheritance graph
[legend]

Public Member Functions

AttributeValidationResult IsAllowedOnMember (MemberInfo member)
 Takes in the MemberInfo associated with this attribute and returns a AttributeValidationResult. More...
 

Detailed Description

Implement this interface on attributes to use our validation utilities declared in ReflectionCache.

Member Function Documentation

◆ IsAllowedOnMember()

AttributeValidationResult Beamable.Common.Reflection.IReflectionAttribute.IsAllowedOnMember ( MemberInfo  member)

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