Function ClassDBSingleton.classGetPropertyList

Returns an array with all the properties of class or its ancestry if no_inheritance is false.

Array classGetPropertyList (
  const(String) _class,
  const(bool) no_inheritance = false
) nothrow @nogc const;