 | MatchCandidateChildResourceAdd Method |
Re-Runs the matching algorithm on the specified master
Namespace: SanteDB.Persistence.MDM.RestAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic Object Add(
Type scopingType,
Object scopingKey,
Object item
)
Public Function Add (
scopingType As Type,
scopingKey As Object,
item As Object
) As Object
public:
virtual Object^ Add(
Type^ scopingType,
Object^ scopingKey,
Object^ item
) sealed
abstract Add :
scopingType : Type *
scopingKey : Object *
item : Object -> Object
override Add :
scopingType : Type *
scopingKey : Object *
item : Object -> Object Parameters
- scopingType Type
[Missing <param name="scopingType"/> documentation for "M:SanteDB.Persistence.MDM.Rest.MatchCandidateChildResource.Add(System.Type,System.Object,System.Object)"]
- scopingKey Object
[Missing <param name="scopingKey"/> documentation for "M:SanteDB.Persistence.MDM.Rest.MatchCandidateChildResource.Add(System.Type,System.Object,System.Object)"]
- item Object
[Missing <param name="item"/> documentation for "M:SanteDB.Persistence.MDM.Rest.MatchCandidateChildResource.Add(System.Type,System.Object,System.Object)"]
Return Value
Object[Missing <returns> documentation for "M:SanteDB.Persistence.MDM.Rest.MatchCandidateChildResource.Add(System.Type,System.Object,System.Object)"]
Implements
IApiChildResourceHandlerAdd(Type, Object, Object)
See Also