IDataSourceActionRequestor
Posted: Thu 09 Apr 2015, 09:02
Hi,
I am currently looking to be notified when a datasource has been added or modified (not when a value has been updated) and have stumbled upon IDataSourceActionRequestor.
This interface makes me implement
I was wondering if there is some documentation about this interface. What does it do?
Cheers and keep up the good work guys!
I am currently looking to be notified when a datasource has been added or modified (not when a value has been updated) and have stumbled upon IDataSourceActionRequestor.
This interface makes me implement
Code: Select all
public IDictionary<string, string> GetDataSourceActionData(IDictionary<string, string> prePopulated)
public bool ActionRequested()
public RequestedActionType GetRequestedActionType()
Cheers and keep up the good work guys!