ISchemaMemberControlAttributeCanGenerateMember Method
Determines whether the schema generator should add a member definition
to the schema it is generating.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
bool CanGenerateMember(
MemberInfo member,
IConfigurationRequestContext configurationRequestContext = null
)
- member MemberInfo
- The data member that could be added to the schema.
- configurationRequestContext IConfigurationRequestContext (Optional)
- The configuration request context.
BooleanTrue if the member should be added to the schema, false otherwise.