ModelStore.GetElements Method
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.
GetElements(ModelElementResolutionStatus)
Returns a list of the elements in the store that has the given resolution status.
GetElements(ModelElementValidationStatus)
Returns a list of the elements in the store that has the given validation status.
GetElements(ModelElementResolutionStatus, Int32)
Returns a list of the elements, determined by the count that has the given resolution status.
GetElements(ModelElementValidationStatus, Int32)
Returns a list of the elements, determined by the count that has the given validation status.
GetElements<TElement>(ModelStore.Identifier, ElementQueryFilter)
Returns a list of the elements in the store.
GetElements(Type, ElementQueryFilter)
Returns a list of the elements in the store.
GetElements(ModelStore.Identifier, Type, ElementQueryFilter)
Returns a list of the elements in the store.
Top