  | ModelMapperMapModelProperty Method (Type, PropertyInfo) | 
 
            Maps a model property at a root level only
            
 
    Namespace: 
   SanteDB.Core.Model.Map
    Assembly:
   SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntaxpublic PropertyInfo MapModelProperty(
	Type tmodel,
	PropertyInfo propertyInfo
)
Public Function MapModelProperty ( 
	tmodel As Type,
	propertyInfo As PropertyInfo
) As PropertyInfo
public:
PropertyInfo^ MapModelProperty(
	Type^ tmodel, 
	PropertyInfo^ propertyInfo
)
member MapModelProperty : 
        tmodel : Type * 
        propertyInfo : PropertyInfo -> PropertyInfo 
Parameters
- tmodel
 - Type: SystemType
[Missing <param name="tmodel"/> documentation for "M:SanteDB.Core.Model.Map.ModelMapper.MapModelProperty(System.Type,System.Reflection.PropertyInfo)"]
 - propertyInfo
 - Type: System.ReflectionPropertyInfo
[Missing <param name="propertyInfo"/> documentation for "M:SanteDB.Core.Model.Map.ModelMapper.MapModelProperty(System.Type,System.Reflection.PropertyInfo)"]
 
Return Value
Type: 
PropertyInfo[Missing <returns> documentation for "M:SanteDB.Core.Model.Map.ModelMapper.MapModelProperty(System.Type,System.Reflection.PropertyInfo)"]
See Also