QuickObjects.ObjectBase Send comments on this topic.
IsDirty Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseField Class : IsDirty Property

IsDirty

Holds a Boolean value that can be used for checking if the value of this field has been modified since the business object values were loaded last.

Syntax

C# 
public bool IsDirty {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also