Click or drag to resize
BCDocumentTemplateUI Class
Represents an object that manages a document template.
Inheritance Hierarchy
SystemObject
  BlueCieloECM.InnoCielo.MeridianDisposableObject
    BlueCieloECM.InnoCielo.Meridian.ClientBCDocumentTemplateUI

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public class BCDocumentTemplateUI : DisposableObject

The BCDocumentTemplateUI type exposes the following members.

Constructors
  NameDescription
Public methodBCDocumentTemplateUI Obsolete.
Initializes a new instance of the BCDocumentTemplateUI class.
Public methodBCDocumentTemplateUI(BCDocumentTemplate)
Initializes a new instance of the BCDocumentTemplateUI class.
Public methodBCDocumentTemplateUI(BCDocumentTemplate, BCServiceProvider)
Initializes a new instance of the BCDocumentTemplateUI class.
Top
Properties
  NameDescription
Public propertyDocumentTemplate
Gets the document template under management.
Public propertyIsAmfs
Gets a value indicating whether AMFS share is used. If then the local workspace is used.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyIsEmpty
Gets a value indicating whether the document template is empty.
Public propertyOptions
Gets or sets options of document template management.
Public propertyStatus
Gets the state of the object in the local workspace.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Top
Methods
  NameDescription
Public methodClean
Cleans the content of the document template.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImportFile
Replaces the document with the content of an external file.
Public methodImportFile(IWin32Window)
Replaces the document with the content of an external file.
Public methodImportFile(IWin32Window, Boolean, String, String)
Replaces the document with the content of an external file.
Public methodInit Obsolete.
Initializes the object with the document template to manage.
Public methodLoadFromFile
Loads the content of the document template from the specified file.
Public methodLocation
Returns a path to the object.
Public methodLocation(CacheSyncKind)
Synchronizes the object and returns a path to it.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDispose (Overrides DisposableObjectOnDispose.)
Public methodRun
Opens a document file with default application.
Public methodRun(IWin32Window)
Opens a document file with default application.
Public methodSaveToFile
Saves the content of the document template to the specified file.
Public methodScan
Replaces document template content with newly scanned image.
Public methodScan(IWin32Window)
Replaces document template content with newly scanned image.
Public methodSync
Synchronizes the object in the local workspace with the vault.
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also