See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Use this method in a using code block while saving the project item file to prevent entity synchronization happening unnecessarily.

Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0

Syntax

C#
public IDisposable NotifySavingFile()
Visual Basic
Public Function NotifySavingFile As IDisposable
Visual C++
public:
IDisposable^ NotifySavingFile()

Return Value

Type: IDisposable

See Also