Page 1 of 1

IDataSourceActionRequestor

Posted: Thu 09 Apr 2015, 09:02
by cyberde
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

Code: Select all

        public IDictionary<string, string> GetDataSourceActionData(IDictionary<string, string> prePopulated)

        public bool ActionRequested()

        public RequestedActionType GetRequestedActionType() 
I was wondering if there is some documentation about this interface. What does it do?

Cheers and keep up the good work guys!