The BCSMetadata type exposes the following members.
 Constructors
Constructors
| Name | Description | |
|---|---|---|
|  | BCSMetadata(BCServiceProvider) | 
            Initializes a new instance of the BCSMetadata class.
             | 
|  | BCSMetadata(BCServiceProvider, BCFSObject) | 
            Initializes a new instance of the BCSMetadata class.
             | 
|  | BCSMetadata(BCServiceProvider, BCRepository) | 
            Initializes a new instance of the BCSMetadata class.
             | 
|  | BCSMetadata(BCServiceProvider, BCFSObject, IWin32Window) | 
            Initializes a new instance of the BCSMetadata class.
             | 
|  | BCSMetadata(BCServiceProvider, BCRepository, IWin32Window) | 
            Initializes a new instance of the BCSMetadata class.
             | 
 Methods
Methods
| Name | Description | |
|---|---|---|
|  | ClearContext | 
            Cleans the current context of the metadata.
             | 
|  | Commit | 
            Commits metadata changes. 
             | 
|  | DeleteQuery | 
            Deletes a query with the specified name.
             | 
|  | DeleteTable | 
            Deletes a table with the specified name.
             | 
|  | Dispose | 
            Releases the underlying wrapped object explicitly.
            (Inherited from DisposableObject.) | 
|  | Equals | (Inherited from Object.) | 
|  | EvaluateScriptExpression(String) | 
            Evaluates an expression without arguments.
             | 
|  | EvaluateScriptExpression(String, Object) | 
            Evaluates an expression with the specified argument.
             | 
|  | EvaluateScriptExpression(String, array<Object>[]()[][]) | 
            Evaluates an expression with specified arguments.
             | 
|  | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetFieldPathValues | 
            Returns an array of property values that are used in levels 
            of the Field-Path definition facility.
             | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetQuery | 
            Returns a query with the specified name.
             | 
|  | GetTable | 
            Returns a table with the specified name.
             | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | NewQuery()()()() | 
            Creates a new query.
             | 
|  | NewQuery(String) | 
            Creates a new query with the specified name.
             | 
|  | NewTable()()()() | 
            Creates a new table.
             | 
|  | NewTable(String) | 
            Creates a new table with the specified name.
             | 
|  | NewTable(String, array<Object,2>[,](,)[,][,]) | 
            Creates a new table with the specified name.
             | 
|  | OnDispose | 
            The method is called on Dispose()()()().
            (Overrides DisposableObject..::..OnDispose()()()().) | 
|  | Rollback | 
            Revokes metadata changes.
             | 
|  | SaveAutoProperties | 
            Saves the values of the properties.
             | 
|  | SetContext(BCFSObject, IWin32Window, BCServiceProvider) | 
            Sets the current context of the metadata.
             | 
|  | SetContext(BCRepository, IWin32Window, BCServiceProvider) | 
            Sets the current context of the metadata.
             | 
|  | ThrowIfDisposed | 
            Throws the ObjectDisposedException exception if 
            the underlying object has been disposed.
            (Inherited from DisposableObject.) | 
|  | ToString | (Inherited from Object.) | 
 Properties
Properties
| Name | Description | |
|---|---|---|
|  | Client | 
            Gets the client application.
             | 
|  | Document | 
            Gets the current document.
             | 
|  | Folder | 
            Gets the current folder. 
             | 
|  | IsDisposed | 
            Gets a value indicating whether the object has been disposed of. 
            (Inherited from DisposableObject.) | 
|  | NamedProperties | 
            Gets the collection of named properties stored in the metadata.
             | 
|  | UnderlyingObject | 
            Gets the underlying wrapped object. 
            (Inherited from DisposableObject.) | 
|  | User | 
            Gets the user.
             | 
|  | Vault | 
            Gets the vault.
             | 





