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
|
GetElements<TElement>(ModelElementQueryFilter) |
|
|
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(Type, ModelElementQueryFilter) |
|
|
GetElements(ModelElementClass, ModelElementQueryFilter) |
Returns elements that share the given metadata object as selected by the given filter. |
|
GetElements(ModelElementResolutionStatus, Int32) |
Returns a list of the elements that aredetermined by the count that has the given resolution status. |
|
GetElements(ModelElementValidationStatus, Int32) |
Returns a list of the elements that are determined by the count that has the given validation status. |
|
GetElements<TElement>(ModelIdentifier, ModelElementQueryFilter) |
|
|
GetElements(ModelIdentifier, ModelElementClass, ModelElementQueryFilter) |
|
|
GetElements(ModelIdentifier, ModelIdentifierGroup, ModelElementQueryFilter) |
|
|
GetElements(ModelIdentifier, Type, ModelElementQueryFilter) |
|
Top
See Also
Reference
ModelStore Class
Microsoft.Data.Schema.SchemaModel Namespace