BCSMetadata Class |
Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
The BCSMetadata type exposes the following members.
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.
|
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.
|
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, Object) |
Evaluates an expression with specified arguments.
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetFieldPathValues |
Returns an array of property values that are used in levels
of the Field-Path definition facility.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetLookupListValues |
Returns an array of values in the specified lookup list.
|
![]() | GetQuery |
Returns a query with the specified name.
|
![]() | GetTable |
Returns a table with the specified name.
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (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, Object) |
Creates a new table with the specified name.
|
![]() | OnDispose |
The method is called on Dispose.
(Overrides DisposableObjectOnDispose.) |
![]() | 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.) |