1. Data type OG - TypeBaseList

    Article: AN0001753Updated:

    This object is a list of objects TypeBase.

    Object properties

    All the functions relate to a list of objects, over which is the function called.

    Name Description
    void Add(string name) Method adds a new item into a list and sets item property Name to the input value.
    void Add( int id, string name) Method adds a new item into a list and sets item properties Id and Name to the input value.
    void SortByName() Method sorts the records according to the property Name in a ascending order.
    void SortById() Method sorts the records according to the property Id in a ascending order.
    void SortByNameLocalized() Method sorts the records according to the property NameLocalized in a ascending order. Sorting is then performed according to the current user localisation.

     

×