Click or drag to resize

RecroDictDataAnnotationsProviderGetMetadataForProperty Method

Returns the metadata for the specified property using the container type and property name.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
public override ModelMetadata GetMetadataForProperty(
	Func<Object> modelAccessor,
	Type containerType,
	string propertyName
)

Parameters

modelAccessor
Type: SystemFuncObject
The model accessor.
containerType
Type: SystemType
The type of the container.
propertyName
Type: SystemString
The name of the property.

Return Value

Type: ModelMetadata
The metadata for the specified property using the container type and property name.
See Also