Click or drag to resize

IXmlObjectCreator Interface

Enables creating objects with predefined IDs. This interface is only used internally, mainly in the context of restoring XML data with their original IDs.

Namespace:  PDTec.IceNet.Core.Xml
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public interface IXmlObjectCreator

The IXmlObjectCreator type exposes the following members.

Methods
  NameDescription
Public methodCreateObject
Creates an object with a specific ID.
Top
See Also