Interface IUpdateByContent
Interface for objects that can update themselves based on their content.
public interface IUpdateByContent : IClearCache
- Inherited Members
- Extension Methods
Remarks
This interface is considered obsolete. Use IClearCache instead.
Methods
UpdateByContent()
Updates the object based on its current content.
void UpdateByContent()