.. _ReflectionInfo: ================================================ ReflectionInfo ================================================ Description ----------- Provides information about a method, a property or a method parameters. Properties ^^^^^^^^^^ +-----------------------------------------------------------+----------------------------------------------------------+ | :ref:`arguments` readonly | The description of method or function arguments. | +-----------------------------------------------------------+----------------------------------------------------------+ | :ref:`dataType` readonly | The data type. | +-----------------------------------------------------------+----------------------------------------------------------+ | :ref:`defaultValue` readonly | The default value. | +-----------------------------------------------------------+----------------------------------------------------------+ | :ref:`description` readonly | The long description text. | +-----------------------------------------------------------+----------------------------------------------------------+ | :ref:`help` readonly | The short description text. | +-----------------------------------------------------------+----------------------------------------------------------+ | :ref:`isCollection` readonly | Contains true if the class describes a collection class. | +-----------------------------------------------------------+----------------------------------------------------------+ | :ref:`max` readonly | The maximum value. | +-----------------------------------------------------------+----------------------------------------------------------+ | :ref:`min` readonly | The minimum value. | +-----------------------------------------------------------+----------------------------------------------------------+ | :ref:`name` readonly | The element name. | +-----------------------------------------------------------+----------------------------------------------------------+ | :ref:`parent` readonly | The class object that this element belongs to. | +-----------------------------------------------------------+----------------------------------------------------------+ | :ref:`sampleCode` readonly | Sample code, if present. | +-----------------------------------------------------------+----------------------------------------------------------+ | :ref:`sampleFile` readonly | A file containing sample code. May be null. | +-----------------------------------------------------------+----------------------------------------------------------+ | :ref:`type` readonly | The element type. | +-----------------------------------------------------------+----------------------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 ReflectionInfo/parent.rst ReflectionInfo/name.rst ReflectionInfo/type.rst ReflectionInfo/dataType.rst ReflectionInfo/arguments.rst ReflectionInfo/min.rst ReflectionInfo/max.rst ReflectionInfo/defaultValue.rst ReflectionInfo/isCollection.rst ReflectionInfo/description.rst ReflectionInfo/help.rst ReflectionInfo/sampleCode.rst ReflectionInfo/sampleFile.rst