The methods of the DataContext class are listed below. For a complete list of DataContext class members, see the DataContext Members topic.
AddValue | Adds a specific named value to the context. If the name starts with a VAR_REFERENCE the name is treated as a variable reference. For instance, InsurancePolicy/LOB=$_LOB$ would refer to the _LOB system variable (defined in the configuration of the Portrate_Interview system). |
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. |
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 | Checks the variables, user-variables, and the data model for the given named value. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
ReplaceVariableRefs | Searches the given string for variable references, and when found, replaces them with their actual values. If the value is not found then the variable ref is replaced with an empty string. |
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. |
DataContext Class | Portrate.Interview.Model Namespace