BaseXEStore.ObjectMetadata Class

Definition

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)

Returns a collection of all the IXEObjectInfo matching the given name.

GetAll<T>(String, String)

Returns a collection of the IXEObjectInfo matching the given package name, object name.

Applies to