Click or drag to resize

ISerializableModel Interface

Represents a serializable model

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public interface ISerializableModel : IModel, 
	ISerializableObject

The ISerializableModel type exposes the following members.

Properties
  NameDescription
Public propertyID
Gets the unique identifier of the model.
(Inherited from IModel.)
Public propertyUniqueID
Gets the globally unique identifier of the model.
(Inherited from IModel.)
Top
Methods
  NameDescription
Public methodDeserialize
Reads the object data from the given XML document and applies the information to the current instance.
(Inherited from ISerializableObject.)
Public methodSerialize
Converts the current object to XML.
(Inherited from ISerializableObject.)
Top
See Also