MetadataStructureValidatorGetValue Method

Get value of obj, that is member of mother.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
protected virtual Object GetValue(
	Object obj,
	Object parentObj
)

Parameters

obj  Object
Any object, can be field or property or type ..
parentObj  Object
Instance containing the obj, can be instance or Type.

Return Value

Object
Extracted value, or null.

See Also