The Portrate Interview Engine

AbstractCampaignElement Class

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. 

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

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

[Visual Basic]
Public Class AbstractCampaignElement
    Inherits MarshalByRefObject
    Implements ICampaignElement, IGraphElement, IDisplayable, IXmlConfigurable
[C#]
public class AbstractCampaignElement : MarshalByRefObject, ICampaignElement, IGraphElement, IDisplayable, IXmlConfigurable
[C++]
public __gc class AbstractCampaignElement : public MarshalByRefObject, ICampaignElement, IGraphElement, IDisplayable, IXmlConfigurable
[JScript]
public class AbstractCampaignElement extends MarshalByRefObject, ICampaignElement, IGraphElement, IDisplayable, 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

AbstractCampaignElement Members | Portrate.Interview.Model Namespace