TechTalk Genome v4.2

QueryFieldCollection.SetDirtyObject Method 

Instructs an object contained by the collection to record its entire state to view state, rather than recording only change information.

protected override void SetDirtyObject(
   object o
);

Parameters

o
The QueryField that should serialise itself completely.

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI.Controls

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

QueryFieldCollection Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace