Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / Surrogate<T> Class
Properties Methods


In This Topic
    Surrogate<T> Class Members
    In This Topic

    The following tables list the members exposed by Surrogate<T>.

    Public Properties
     NameDescription
    Public Property Gets the list of errors and warnings generated during the serialization/deserialization processes.  
    Public Property Gets or sets the file header tag (for deserialization purpose only).  
    Top
    Protected Properties
     NameDescription
    Protected Property Gets or sets the Eyeshot proprietary file format version.  
    Top
    Protected Methods
     NameDescription
    Protected Method Called after the object deserialization.  
    Protected Method Called before the object deserialization.  
    Protected Method Called before the object serialization.  
    Protected Method Creates the object related to the surrogate.  
    Protected Method Copies all data from the object to its surrogate.  
    Protected Method Copies common data from surrogate to object.  
    Protected Method Writes a message into the log.  
    Top
    See Also