Click or drag to resize

IFileImplFactory Interface

Serves as business objects factory. Additonally maps logical vault information (vault name) to a physical storage location (vault root directory). This interface is used internally.

Namespace:  PDTec.IceNet.Core.Model.File
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public interface IFileImplFactory : IObjectImplFactory

The IFileImplFactory type exposes the following members.

Methods
  NameDescription
Public methodCreateObject
Creates a Business Object implementation.
(Inherited from IObjectImplFactory.)
Top
See Also