 | MatchConfigurationResourceHandlerGetChildObject Method |
Get associated entity
Namespace: SanteDB.Rest.AMI.ResourcesAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic override Object GetChildObject(
Object scopingEntity,
string propertyName,
Object subItem
)
Public Overrides Function GetChildObject (
scopingEntity As Object,
propertyName As String,
subItem As Object
) As Object
public:
virtual Object^ GetChildObject(
Object^ scopingEntity,
String^ propertyName,
Object^ subItem
) override
abstract GetChildObject :
scopingEntity : Object *
propertyName : string *
subItem : Object -> Object
override GetChildObject :
scopingEntity : Object *
propertyName : string *
subItem : Object -> Object Parameters
- scopingEntity Object
[Missing <param name="scopingEntity"/> documentation for "M:SanteDB.Rest.AMI.Resources.MatchConfigurationResourceHandler.GetChildObject(System.Object,System.String,System.Object)"]
- propertyName String
[Missing <param name="propertyName"/> documentation for "M:SanteDB.Rest.AMI.Resources.MatchConfigurationResourceHandler.GetChildObject(System.Object,System.String,System.Object)"]
- subItem Object
[Missing <param name="subItem"/> documentation for "M:SanteDB.Rest.AMI.Resources.MatchConfigurationResourceHandler.GetChildObject(System.Object,System.String,System.Object)"]
Return Value
Object[Missing <returns> documentation for "M:SanteDB.Rest.AMI.Resources.MatchConfigurationResourceHandler.GetChildObject(System.Object,System.String,System.Object)"]
Implements
IChainedApiResourceHandlerGetChildObject(Object, String, Object)
See Also