Responder Developer Guide
GetObjectData Method (DataSetConfig)


Version: 10.2.1a

Resource Center Home

Holds all the data needed to serialize or deserialize an object.
Describes the source and destination of a given serialized stream.
Custom serialization implementation.
Syntax
'Declaration
 
Public Overridable Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
) 
'Usage
 
Dim instance As DataSetConfig
Dim info As SerializationInfo
Dim context As StreamingContext
 
instance.GetObjectData(info, context)
public virtual void GetObjectData( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
Holds all the data needed to serialize or deserialize an object.
context
Describes the source and destination of a given serialized stream.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataSetConfig Class
DataSetConfig Members

 

 


Send Comment