| MapUtilHasMap Method |
Returns true if the maps contains
Namespace:
SanteDB.Core.Model.Map
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax public static bool HasMap(
Type sourceType,
Type destType
)
Public Shared Function HasMap (
sourceType As Type,
destType As Type
) As Boolean
public:
static bool HasMap(
Type^ sourceType,
Type^ destType
)
static member HasMap :
sourceType : Type *
destType : Type -> bool
Parameters
- sourceType
- Type: SystemType
[Missing <param name="sourceType"/> documentation for "M:SanteDB.Core.Model.Map.MapUtil.HasMap(System.Type,System.Type)"]
- destType
- Type: SystemType
[Missing <param name="destType"/> documentation for "M:SanteDB.Core.Model.Map.MapUtil.HasMap(System.Type,System.Type)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SanteDB.Core.Model.Map.MapUtil.HasMap(System.Type,System.Type)"]
See Also