Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / BasePersistableObject Class / GetObjectData Method
The System.Runtime.Serialization.SerializationInfo to populate with data.
The context information about the source or destination of the serialization.

In This Topic
    GetObjectData Method (BasePersistableObject)
    In This Topic
    A method called when serializing.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub GetObjectData( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    ) 
    protected virtual void GetObjectData( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    The System.Runtime.Serialization.SerializationInfo to populate with data.
    context
    The context information about the source or destination of the serialization.
    See Also