|  | 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
Syntaxpublic 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: 
ModelMetadataThe metadata for the specified property using the container type and property name.
 See Also
See Also