OMClassSerializationData Class

Provides list of properties and ClassName for serialization

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public class OMClassSerializationData
Inheritance
Object    OMClassSerializationData

Properties

ClassName Class name (main interface name) of the object.
MainInterface ObjectModel type (main interface type) of the object.
SerializableProperties List of properties which should be serialized for the object

Methods

Create(IOMSnapshot) 
Create(Type) 
CreateArray Creates array of the specific IOMSnapshot instance of the class which implements interface with name specified by Name
CreateInstance 

See Also