Beamable SDK
|
Implement this interface on attributes to use our validation utilities declared in ReflectionCache. More...
Public Member Functions | |
AttributeValidationResult | IsAllowedOnMember (MemberInfo member) |
Takes in the MemberInfo associated with this attribute and returns a AttributeValidationResult. More... | |
Implement this interface on attributes to use our validation utilities declared in ReflectionCache.
AttributeValidationResult Beamable.Common.Reflection.IReflectionAttribute.IsAllowedOnMember | ( | MemberInfo | member | ) |
Takes in the MemberInfo associated with this attribute and returns a AttributeValidationResult.
Implemented in Beamable.Server.CallableAttribute, Beamable.Server.StorageObjectAttribute, Beamable.Common.Assistant.BeamHintSystemAttribute, Beamable.Common.Assistant.BeamHintDomainAttribute, Beamable.Common.Assistant.BeamHintIdAttribute, Beamable.Common.Dependencies.RegisterBeamableDependenciesAttribute, and Beamable.Editor.Assistant.BeamHintDetailConverterAttribute.