The Portrate Interview Engine

DPLFormDataModel Class

Represents the data submitted by the user and applicable to this policy context. The data is stored in a domain neutral format that can be externalized in an XML format for submission to an XML-based rating engine. The keys are the data value names and the values are the data values. The keys should use the '/' character as the separator operator. Instances are enumerated using the '_X' nomenclature, where 'X' is the instance number. For example, "InsuredOrPrincipal/Person_1/FirstName" would refer to the "FirstName" of the first "Person" set in the "InsuredOrPrincipal" master set.

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

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

System.Object
   System.MarshalByRefObject
      Portrate.Interview.Model.DPLFormDataModel

[Visual Basic]
Public Class DPLFormDataModel
    Inherits MarshalByRefObject
    Implements IXmlConfigurable
[C#]
public class DPLFormDataModel : MarshalByRefObject, IXmlConfigurable
[C++]
public __gc class DPLFormDataModel : public MarshalByRefObject, IXmlConfigurable
[JScript]
public class DPLFormDataModel extends MarshalByRefObject, IXmlConfigurable

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

DPLFormDataModel Members | Portrate.Interview.Model Namespace