BaseXEStore.ObjectMetadata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides helpers methods over the metadata hierarchy objects
public class BaseXEStore.ObjectMetadata
type BaseXEStore.ObjectMetadata = class
Public Class BaseXEStore.ObjectMetadata
- Inheritance
-
BaseXEStore.ObjectMetadata
Constructors
BaseXEStore.ObjectMetadata(BaseXEStore) |
Initializes a new instance of the BaseXEStore.ObjectMetadata class. |
Methods
Get<T>(String) |
Returns IXEObjectInfo matching the given name, if it exists and unique. |
GetAll<T>(String, String) |
Returns a collection of the IXEObjectInfo matching the given package name, object name. |
GetAll<T>(String) |
Returns a collection of all the IXEObjectInfo matching the given name. |