BCSMetadata MembersMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

The BCSMetadata type exposes the following members.
Constructors

  NameDescription
Public methodBCSMetadata(BCServiceProvider)
Initializes a new instance of the BCSMetadata class.
Public methodBCSMetadata(BCServiceProvider, BCFSObject)
Initializes a new instance of the BCSMetadata class.
Public methodBCSMetadata(BCServiceProvider, BCRepository)
Initializes a new instance of the BCSMetadata class.
Public methodBCSMetadata(BCServiceProvider, BCFSObject, IWin32Window)
Initializes a new instance of the BCSMetadata class.
Public methodBCSMetadata(BCServiceProvider, BCRepository, IWin32Window)
Initializes a new instance of the BCSMetadata class.
Back to Top
Methods

  NameDescription
Public methodClearContext
Cleans the current context of the metadata.
Public methodCommit
Commits metadata changes.
Public methodDeleteQuery
Deletes a query with the specified name.
Public methodDeleteTable
Deletes a table with the specified name.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodEvaluateScriptExpression(String)
Evaluates an expression without arguments.
Public methodEvaluateScriptExpression(String, Object)
Evaluates an expression with the specified argument.
Public methodEvaluateScriptExpression(String,  Object )
Evaluates an expression with specified arguments.
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetFieldPathValues
Returns an array of property values that are used in levels of the Field-Path definition facility.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetQuery
Returns a query with the specified name.
Public methodGetTable
Returns a table with the specified name.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodNewQuery 
Creates a new query.
Public methodNewQuery(String)
Creates a new query with the specified name.
Public methodNewTable 
Creates a new table.
Public methodNewTable(String)
Creates a new table with the specified name.
Public methodNewTable(String,  Object )
Creates a new table with the specified name.
Protected methodOnDispose (Overrides DisposableObject OnDispose .)
Public methodRollback
Revokes metadata changes.
Public methodSaveAutoProperties
Saves the values of the properties.
Public methodSetContext(BCFSObject, IWin32Window, BCServiceProvider)
Sets the current context of the metadata.
Public methodSetContext(BCRepository, IWin32Window, BCServiceProvider)
Sets the current context of the metadata.
Protected methodThrowIfDisposed
Throws the OnlineObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyClient
Gets the client application.
Public propertyDocument
Gets the current document.
Public propertyFolder
Gets the current folder.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyNamedProperties
Gets the collection of named properties stored in the metadata.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Public propertyUser
Gets the user.
Public propertyVault
Gets the vault.
Back to Top
See Also