Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Returns a list of the elements in the store.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
GetElements<TElement>(ElementQueryFilter)
Returns a list of the elements in the store. (Inherited from ModelStore.)
GetElements(ModelElementResolutionStatus)
Returns a list of the elements in the store that has the given resolution status. (Inherited from ModelStore.)
GetElements(ModelElementValidationStatus)
Returns a list of the elements in the store that has the given validation status. (Inherited from ModelStore.)
GetElements(ModelElementResolutionStatus, Int32)
Returns a list of the elements, determined by the count that has the given resolution status. (Inherited from ModelStore.)
GetElements(ModelElementValidationStatus, Int32)
Returns a list of the elements, determined by the count that has the given validation status. (Inherited from ModelStore.)
GetElements<TElement>(ModelStore.Identifier, ElementQueryFilter)
Returns a list of the elements in the store. (Inherited from ModelStore.)
GetElements(Type, ElementQueryFilter)
Returns a list of the elements in the store. (Inherited from ModelStore.)
GetElements(ModelStore.Identifier, Type, ElementQueryFilter)
Returns a list of the elements in the store. (Inherited from ModelStore.)
Top