The Portrate Interview Engine

IGraphElement Interface

Defines properties for fully-connected graphs.

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

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

Portrate.Interview.Model.IGraphElement
   Portrate.Interview.Model.ICampaignElement

[Visual Basic]
Public Interface IGraphElement
[C#]
public interface IGraphElement
[C++]
public __gc __interface IGraphElement
[JScript]
public interface IGraphElement

Types that implement IGraphElement

TypeDescription
AbstractCampaignElement An abstract implementation of campaign element methods that can be re-used in all of the ICampaignElement implementors.
 Author: Jacob W Anderson Date: 3 Nov 2003 (c) 2003 Portrate, LLC. All rights reserved. 
DPLCampaign Represents an instance of a campaign in the Portrate_Interview configuration. The campaigns contain conditional logic to show forms to the user.
 Author: Jacob W Anderson Date: 30 July 2003 (c) 2003 Portrate, LLC. All rights reserved. 
DPLCampaignElementContainer Base implementation for the ICampaignElementContainer. Useful for reusing the configuration and accessor methods for ICampaignElementContainer. This class manages the sequential listing of campaign elements in a thread-safe manner (using ReaderWriterLock).
 Author: Jacob W Anderson Date: 30 July 2003 (c) 2003 Portrate, LLC. All rights reserved. 
DPLCampaignSection Represents a section in the campaign that contains sub-elements in a sequence, such as 1.1, 1.2, 1.3, 1.4, etc.
DPLForm Represents the collection of form elements, i.e. controls, that are used to display input form controls.
 Author: Jacob W Anderson Date: 3 Nov 2003 (c) 2003 Portrate, LLC. All rights reserved. 
DPLFormRef 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. 

Requirements

Namespace: Portrate.Interview.Model

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

See Also

IGraphElement Members | Portrate.Interview.Model Namespace