ICanSaveModel Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |