Click or drag to resize

BaseModel Methods

The BaseModel type exposes the following members.

Methods
  Name Description
Public method DeepCopy
Creates an in-memory clone of this object using a BinaryFormatter to ensure all child properties are copied as well.
Public method ShallowCopy
Public method ToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public method UpdateModels
This method will update this model and all its child models.
Top
See Also