-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ScheduleDefinition.GetField method not showing #70
Comments
That sounds great, very useful! Thank you very much for the offer! That would require analysing the complete The two overloads https://www.c-sharpcorner.com/UploadFile/puranindia/method-signatures-in-C-Sharp/ They can be distinguished using by checking their parameter types using |
Sent pull request. |
#70 - Adds handler for ScheduleDefinition.GetField Co-authored-by: michaelcoffey <[email protected]> Co-authored-by: Jeremy Tammik <[email protected]>
Thank you, merging now. |
…uleDefinition.GetField to address issue #70
The method ScheduleDefinition.GetField does not show because it requires an integer index parameter. A list of ScheduleFields can be returned, named by the index that was used.
I have this working and can submit a pull request. I have an issue though, in that there are two GetField methods, the other taking in an id. I have not found a way to filter out the second method, so when viewing the ScheduleDefinition properties there will be two GetField entries. If you know of a way to filter out that second method you can let me know or you could add it. Otherwise it could be left as is or put on hold.
The text was updated successfully, but these errors were encountered: