The methods of the DPLCampaignElementContainer class are listed below. For a complete list of DPLCampaignElementContainer class members, see the DPLCampaignElementContainer Members topic.
AddChild (inherited from AbstractCampaignElement) | Adds a child graph element to this element. |
ClearCampaignElements | Removes all campaign elements in this container |
Configure | Reads the XML configuration elements for this campaign. This method will read 'section' and 'formRef' elements from the configuration. Each of the configuration elements must have an 'index' attribute that is used to determine their sequence index in the campaign. The 'formRef' element must reference its form by its 'name' attribute. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetCampaignElement | Overloaded. Locates the current campaign element for the given index. Typically the campaign element returned will be a form ref. The index takes the form "1.2.3.4" where each '.' represents a nested "level" in the element hierarchy. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
HasCampaignElement | Returns true if the container has the campaign element at the given index, and false if not. This should be used to determine when to move onto the next "super-container" of elements. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
InitVariables (inherited from AbstractCampaignElement) | Initializes the user varaibles for the given context. |
IsDisplayable (inherited from AbstractCampaignElement) | Returns TRUE if this element is displayable in the current context, and FALSE if not. |
NextCampaignElement | Overloaded. Returns the next logical element in this campaign relative to the given index. The index takes the form "1.2.3.4" where each '.' in the index is a level in the 'nested' hierarchy of elements. Typically the returned element will be a form reference that can be used to get the actual IFormModel to be displayed next. |
RemoveCampaignElement | Removes the campaign element at the given index. |
SetCampaignElement | Overloaded. Adds the given element to this container, adding new instances of the DPLCampaignSection when no container is found at a specific level. If a non-container exists at one of the higher level indices, then an exception is thrown. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
DPLCampaignElementContainer Class | Portrate.Interview.Model Namespace