Hi
As the titel more lor less says, i want to get some stuff from my source Provider to my source reader, what i want to move, are my 4 text bokses that look like this:
[AddInParameter("username"), AddInParameterEditor(typeof(TextParameterEditor), "maxLength=50;inputClass=NewUIinput;"), AddInParameterGroup("Source")] <--- Example
public string username { get; set; }
What i want to do, is take the value from the username textbox, and put it into a custom function in my SourceReader, i used debugging and saw that it was available through
this,_mapping.Source but when i tried to enter the code all i got was FilesFolderName and WorkingDirectory
Any help would be much appriciated!