ClassId Property
ClassId
Gets the identifier of the class.
Declaration
int ClassId { get; }
Property Value
Int32 | The identifier of the class. |
Remarks
The identifier is used to uniquely identify the class, i.e. the Type, so that the corresponding IDataSerializableFactory can re-create the proper instances. The identifier should therefore be unique per factory.