ISchemaMemberControlAttributeCanGenerateMember Method

Determines whether the schema generator should add a member definition to the schema it is generating.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
bool CanGenerateMember(
	MemberInfo member,
	IConfigurationRequestContext configurationRequestContext = null
)

Parameters

member  MemberInfo
The data member that could be added to the schema.
configurationRequestContext  IConfigurationRequestContext  (Optional)
The configuration request context.

Return Value

Boolean
True if the member should be added to the schema, false otherwise.

See Also