Subscriber portal
Returns the description from the current class by calling the static description method on the class if there is one.
public ClassDescription caption()
The static description method is generally used to obtain the description of a class because you do not have to instantiate the class to call it. The method speeds up displaying the description in a grid, for example.