Arisan Documentation
GetModelsByAttribute Method
NamespacesArisanDatabaseGetModelsByAttribute()()()
Members
IconMemberDescription
GetModelsByAttribute(ArisAttrType, String)
Gets a list of models in a database that have a specific value for a specific attribute. The list is not ordered.

GetModelsByAttribute(ArisAttrType, String, ArisSortOrder)
Gets a list of models in a database that have a specific value for a specific attribute. The list is ordered by the name-value of the models and according to the order parameter.

GetModelsByAttribute(ArisAttrType, String, Predicate<(Of <(Model>)>))
Gets a list of models in a database that have a specific value for a specific attribute. The list is ordered by the name-value of the models and according to the order parameter.

GetModelsByAttribute(ArisAttrType, String, ArisSortOrder, Predicate<(Of <(Model>)>))
Gets a list of models in a database that have a specific value for a specific attribute. The list is ordered by the name-value of the models and according to the order parameter.

Assembly: Arisan7 (Module: Arisan7) Version: 1.3.3394.19179