MetadataStructureValidatorCheckAndProcessDeprecatedMember Method

Checks and sets an error if a deprecated member has been found to have a value. Processes the value assignment to the replacement member.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
protected void CheckAndProcessDeprecatedMember(
	IConfiguration configuration,
	Object item,
	MemberInfo childMember,
	ValidationResultBase validationResult,
	ref bool failed
)

Parameters

configuration  IConfiguration
The configuration object.
item  Object
The item to validate.
childMember  MemberInfo
The child member info.
validationResult  ValidationResultBase
The validation result to populate.
failed  Boolean
Reference to the boolean that holds the validity value.

See Also