Extends the application context.
Finds an identifiable object within the application context looking by it identification protocol and returns it.
public Object FindIdentifiableObject(context, identification)
Name | Type | Summary |
---|---|---|
context | ApplicationContext | The application context. |
identification | Identification | Object identification to look for. |
Finds an identifiable object within the application context looking by it identification protocol and returns it.
public Object FindIdentifiableObject(context, protocol)
Name | Type | Summary |
---|---|---|
context | ApplicationContext | The application context. |
protocol | String | The protocol that is looked for. |
In this document