| ClassMapTryGetModelProperty Method |
Try to get a property map
Namespace:
SanteDB.Core.Model.Map
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax public bool TryGetModelProperty(
string modelName,
out PropertyMap retVal
)
Public Function TryGetModelProperty (
modelName As String,
<OutAttribute> ByRef retVal As PropertyMap
) As Boolean
public:
bool TryGetModelProperty(
String^ modelName,
[OutAttribute] PropertyMap^% retVal
)
member TryGetModelProperty :
modelName : string *
retVal : PropertyMap byref -> bool
Parameters
- modelName
- Type: SystemString
[Missing <param name="modelName"/> documentation for "M:SanteDB.Core.Model.Map.ClassMap.TryGetModelProperty(System.String,SanteDB.Core.Model.Map.PropertyMap@)"]
- retVal
- Type: SanteDB.Core.Model.MapPropertyMap
[Missing <param name="retVal"/> documentation for "M:SanteDB.Core.Model.Map.ClassMap.TryGetModelProperty(System.String,SanteDB.Core.Model.Map.PropertyMap@)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SanteDB.Core.Model.Map.ClassMap.TryGetModelProperty(System.String,SanteDB.Core.Model.Map.PropertyMap@)"]
See Also