Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / EntitySurrogate Class / CopyDataFromObject Method

In This Topic
    CopyDataFromObject Method (EntitySurrogate)
    In This Topic
    Copies all data from the object to its surrogate.
    Syntax
    'Declaration
     
    Protected Overrides Sub CopyDataFromObject( _
       ByVal entity As Entity _
    ) 
    protected override void CopyDataFromObject( 
       Entity entity
    )

    Parameters

    entity
    Remarks
    Use this method to fill ALL the properties of this surrogate. It is called by the empty constructor to initialize the surrogates properties.
    See Also