IEntityTypeManagement.GetTypeProjections Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets a collection of type projection objects. A type projection is used to create a view of related management pack classes. Type projections are defined in a management pack under the TypeProjections element, which is under the EntityTypes element.
These methods are thread safe.
Overload List
Name | Description |
---|---|
IEntityTypeManagement.GetTypeProjections () | Gets all type projections that are defined in this management group. |
IEntityTypeManagement.GetTypeProjections (ManagementPackTypeProjectionCriteria) | Gets all type projections that are defined in this management group and match the criteria. |
IEntityTypeManagement.GetTypeProjections (ICollection) | Gets all type projections from the management group based on the passed in collection of unique (type projection) identifiers. |
See Also
Reference
IEntityTypeManagement Interface
IEntityTypeManagement Members
Microsoft.EnterpriseManagement Namespace