Intersoft WebGrid Documentation
AutomaticObjectUpdate Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridBatchUpdateSettings Class : AutomaticObjectUpdate Property






Specifies whether WebGrid should automatically update all pending changes to data objects whenever possible.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Indicates whether WebGrid should automatically update all pending changes to data objects whenever possible.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property AutomaticObjectUpdate As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridBatchUpdateSettings
Dim value As Boolean
 
instance.AutomaticObjectUpdate = value
 
value = instance.AutomaticObjectUpdate
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Indicates whether WebGrid should automatically update all pending changes to data objects whenever possible.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public bool AutomaticObjectUpdate {get; set;}
Delphi 
public read-write property AutomaticObjectUpdate: Boolean; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Indicates whether WebGrid should automatically update all pending changes to data objects whenever possible.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set AutomaticObjectUpdate : boolean
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Indicates whether WebGrid should automatically update all pending changes to data objects whenever possible.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property bool get_AutomaticObjectUpdate();
public: __property void set_AutomaticObjectUpdate( 
   bool value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Indicates whether WebGrid should automatically update all pending changes to data objects whenever possible.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property bool AutomaticObjectUpdate {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.