The Portrate Interview Engine

DPLFormDataModel Methods

The methods of the DPLFormDataModel class are listed below. For a complete list of DPLFormDataModel class members, see the DPLFormDataModel Members topic.

Public Instance Methods

Configure Reads set data from the given element.
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.
FindSubModel Finds a submodel with the given path. The path is the full path to the submodel, not including any property names. Constraint clauses can be used to narrow the field of searching, such as: Set[property=value1]/Set2/Set3[property=value2]
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.
GetValue Gets the value for the given data name. The name is absolute and matched exactly, including case sensitivity.
InitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
Prune Removes all entries that do not have values or have values that are zero length.
SetValue Sets the value for the given data name.
ToString Outputs a string with [ ] as the set demarking characters. This is a recursive method that will include the string output of all child sets in this model.
ToXml Convers the underlying data model to an XML document and returns the root XmlElement. This method does NOT add any of the constructed elements to the document's element root.

Protected Instance Methods

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.

See Also

DPLFormDataModel Class | Portrate.Interview.Model Namespace