QuickObjects.ObjectBase Send comments on this topic.
ObjectState Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : ObjectState Property
ObjectState property is used by the business object to know if the business object should send all the commands to the database or should retain all changes locally to be synchronized at a later time.

Syntax

C# 
public ObjectStates ObjectState {get; set;}

Requirements

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

See Also