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: 6.0.0.0 (6.0.6225.27214)
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