Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / FileSerializer Class / SetFile Method
The FileHeader.
The FileBody.

In This Topic
    SetFile Method
    In This Topic
    Sets file and file header for serialization purpose.
    Syntax
    'Declaration
     
    Protected Sub SetFile( _
       ByVal header As FileHeader, _
       ByVal body As FileBody _
    ) 
    protected void SetFile( 
       FileHeader header,
       FileBody body
    )

    Parameters

    header
    The FileHeader.
    body
    The FileBody.
    Exceptions
    ExceptionDescription
    Thrown when the header or the body are null.
    See Also