The Portrate Interview Engine

DataContext Class

Represents the data contents of a form's processing. Each time the user submits data to the engine, a new DataContext is instantiated with the user's context-sensitive data. This class manages the system variables as well as the transient data data for the user.

 Author: Jacob W Anderson Date: 30 July 2003 (c) 2003 Portrate, LLC. All rights reserved. 

For a list of all members of this type, see DataContext Members.

System.Object
   System.MarshalByRefObject
      Portrate.Interview.Model.DataContext

[Visual Basic]
Public Class DataContext
    Inherits MarshalByRefObject
[C#]
public class DataContext : MarshalByRefObject
[C++]
public __gc class DataContext : public MarshalByRefObject
[JScript]
public class DataContext extends MarshalByRefObject

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Portrate.Interview.Model

Assembly: Portrate.Interview (in Portrate.Interview.dll)

See Also

DataContext Members | Portrate.Interview.Model Namespace