SecurityAttributeCanGenerateMember 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#
public bool CanGenerateMember(
	MemberInfo member,
	IConfigurationRequestContext configurationRequestContext
)

Parameters

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

Return Value

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

Implements

ISchemaMemberControlAttributeCanGenerateMember(MemberInfo, IConfigurationRequestContext)

See Also