The Portrate Interview Engine

DPLFormRef Class

A reference to a real DPLForm instance. References are used so that customization of the display rules and layout can be obtained without having duplicate instances of the same form.

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

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

System.Object
   System.MarshalByRefObject
      Portrate.Interview.Model.AbstractCampaignElement
         Portrate.Interview.Model.DPLFormRef

[Visual Basic]
Public Class DPLFormRef
    Inherits AbstractCampaignElement
    Implements IControlContainer
[C#]
public class DPLFormRef : AbstractCampaignElement, IControlContainer
[C++]
public __gc class DPLFormRef : public AbstractCampaignElement, IControlContainer
[JScript]
public class DPLFormRef extends AbstractCampaignElement, IControlContainer

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

DPLFormRef Members | Portrate.Interview.Model Namespace