IEditable Interface

Defines a generalized method that a model class implements to create a method for updating of instances.

Definition

Namespace: Common.Core.Interfaces
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public interface IEditable

Methods

UpdateUpdates changes in another object of the same type to this object.

See Also