VCalendarGetObjectData Method

This implements the ISerializable interface and adds the appropriate members to the serialization info based on the calendar settings.

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public virtual void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The serialization info object
context  StreamingContext
The streaming context

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)

See Also