DomainObjects Class Library

IReconstructionAware Interface

Implement this interface to receive a callback after DomainObjects has reconstructed this object from the database.

For a list of all members of this type, see IReconstructionAware Members.

public interface IReconstructionAware

Example

The following unit test demonstrates a callback to IReconstructionAware on the class Product: see CallbackTests.OnAfterReconstructionCalled().

Requirements

Namespace: DomainObjects.Facade.Domain

Assembly: DomainObjects.Core (in DomainObjects.Core.dll)

See Also

IReconstructionAware Members | DomainObjects.Facade.Domain Namespace