ICanSaveModel Interface

Definition

For saving a model into a repository. Classes implementing ICanSaveModel should do an explicit implementation of Save(ModelSaveContext). Classes inheriting ICanSaveModel from a base class should overwrite the function invoked by Save(ModelSaveContext) in that base class, if there is one.

public interface ICanSaveModel
type ICanSaveModel = interface
Public Interface ICanSaveModel
Derived

Methods

Save(ModelSaveContext)

Applies to