jeremytammik / RevitLookup

Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships.
http://thebuildingcoder.typepad.com
MIT License
1.03k stars 294 forks source link

add support for static IsLoaded of RevitLinkType #208

Closed SergeyNefyodov closed 3 months ago

SergeyNefyodov commented 3 months ago

Summary of the Pull Request

What is this about:

I added support of static method IsLoaded of RevitLinkType class. After that Rider gives a warning "Parameter 'element' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well", so I added readonly field like in base class ElementDescriptor

Quality Checklist