1. OG data type - ClassDefList

    Article: AN0001665Updated:

    This object is a list of objects ClassDef.

    Object properties

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

     

    Název Popis
    ClassDefList GetByModelId(int? modelId) Function returns all the classes for the input model.
    ClassDefList GetByCode(string code) Function returns all the classes for the input code.
    ClassDefList GetByParentId(int classDefId) Function returns all the classes for the input parent class (parent class Id).
    ClassDefList GetAllChildFromClassDef(int classDefId) Function returns all the direct child classes.

     

×