1. OOItem

    Article: AN0002244Updated: 07.11.2018

    Values for one column of the data record.

    Properties

    Data type Name Description
    object Key Column identifier
    object Value Column value

    Property Key contains column Id.

    In case of column type Value from a referenced class Key contains value column Id + S. The Value then contain text representation of the referred record.

    Example:

    Key Value
    10 23
    10S Server London

    The first row (10) contains Id of the referred data record. The second column (10S) contains name of the referred data record.

    When call the web service the first row is used for filtering. The input text value is disregarded.

     

    The property Value contains the column value itself. Depending on the column type it can contain some of following objects.

    Basic data types

    Based on the column type the property Value can contain data type int, bool, string, double, DateTime, Guid.

    OOItemInfoList

    List of objects OOItemInfo. It is used for column Value from a referenced class.

    OOItemInfo

    One reference to a class.

    Data type Property Description
    int Id Id of the referenced record.
    string Text Short description of the referenced record.

    OOItemPersonList

    List of objects OOItemPerson. It is used for column Value from a referenced class - reference to a user.

    OOItemPerson

    One reference to a user.

    Data type Property Description
    int Id User Id.
    string Text User full name.

     

×