EBDN - Community - Question & Answers

  Friday, 21 June 2019
  1 Replies
  2.1K Visits
0
Votes
Undo
There is an existing documentation for the different classes (with it's properties and functions) and enumerations, but in many cases the description for these will more or less repeat the property / function / enumeration entry name, only. The latest example of this is related to the bug about the "ReplaceBy" of an ObjectItem. The documentation mentions that there are some replace options possible, but in the end the different options are described like this:

ReplaceBehavior.DontCheckNotUsed – Do not check not used Objects

I think most developers can derive the meaning "Do not chek not used objects" from the enumeration entry name directly, but the functionality that is behind this function will not be clear at all.