CompiledDataContext Constructors

Definition

Initializes a new instance of the CompiledDataContext class.

Overloads

CompiledDataContext(IList<Location>)

Initializes a new instance of the CompiledDataContext class using the locations.

CompiledDataContext(IList<LocationReference>)

Initializes a new instance of the CompiledDataContext class using the location references.

CompiledDataContext(IList<LocationReference>, ActivityContext)

Initializes a new instance of the CompiledDataContext class using the location references and activity context.

CompiledDataContext(IList<Location>)

Initializes a new instance of the CompiledDataContext class using the locations.

protected:
 CompiledDataContext(System::Collections::Generic::IList<System::Activities::Location ^> ^ locations);
protected CompiledDataContext (System.Collections.Generic.IList<System.Activities.Location> locations);
new System.Activities.XamlIntegration.CompiledDataContext : System.Collections.Generic.IList<System.Activities.Location> -> System.Activities.XamlIntegration.CompiledDataContext
Protected Sub New (locations As IList(Of Location))

Parameters

locations
IList<Location>

The locations.

Applies to

CompiledDataContext(IList<LocationReference>)

Initializes a new instance of the CompiledDataContext class using the location references.

protected:
 CompiledDataContext(System::Collections::Generic::IList<System::Activities::LocationReference ^> ^ locationReferences);
protected CompiledDataContext (System.Collections.Generic.IList<System.Activities.LocationReference> locationReferences);
new System.Activities.XamlIntegration.CompiledDataContext : System.Collections.Generic.IList<System.Activities.LocationReference> -> System.Activities.XamlIntegration.CompiledDataContext
Protected Sub New (locationReferences As IList(Of LocationReference))

Parameters

locationReferences
IList<LocationReference>

The location references.

Applies to

CompiledDataContext(IList<LocationReference>, ActivityContext)

Initializes a new instance of the CompiledDataContext class using the location references and activity context.

protected:
 CompiledDataContext(System::Collections::Generic::IList<System::Activities::LocationReference ^> ^ locationReferences, System::Activities::ActivityContext ^ activityContext);
protected CompiledDataContext (System.Collections.Generic.IList<System.Activities.LocationReference> locationReferences, System.Activities.ActivityContext activityContext);
new System.Activities.XamlIntegration.CompiledDataContext : System.Collections.Generic.IList<System.Activities.LocationReference> * System.Activities.ActivityContext -> System.Activities.XamlIntegration.CompiledDataContext
Protected Sub New (locationReferences As IList(Of LocationReference), activityContext As ActivityContext)

Parameters

locationReferences
IList<LocationReference>

The location references.

activityContext
ActivityContext

The activity context.

Applies to