Click or drag to resize

PDTec.IceNet.Core.Model.File Namespace

The PDTec.IceNet.Core.Model.File namespace provides types related to handling and versioning binary content. It provides implementation for the Core.File object type.
Classes
  ClassDescription
Public classFileCheckinEventArgs
The business object event arguments for the FileCheckin event.
Structures
  StructureDescription
Public structureContentVersion
Represents a content version (binary content) that is managed by an ice.NET file object an stored within a vault.
Interfaces
  InterfaceDescription
Public interfaceCode exampleIFile
Represents a file object that can store arbitrary (binary) content. The file implementation manages multipe versions of the content.
Public interfaceCode exampleIFileCheckinEventImpl
Interface to implement a FileCheckin event triggered by the IFile business object. This event is triggered after succesfull Write, Connect and Append actions. The execution sequence order is SupertypesFirst.
Public interfaceIFileImplFactory
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.
Enumerations
  EnumerationDescription
Public enumerationFileCheckinAction
Specifies which kind of action has triggered a FileCheckin event.