Click or drag to resize
ProvisioningContext Class
Provides access to contextual objects during the provisioning process.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.ProvisioningProvisioningContext

Namespace: Colygon.MatchPoint.Provisioning
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public sealed class ProvisioningContext : IDisposable

The ProvisioningContext type exposes the following members.

Constructors
  NameDescription
Public methodProvisioningContext
Initializes a new instance of the ProvisioningContext class
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the ProvisioningContext
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldInstance
The current MatchPoint instance.
Public fieldProperties
A property bag that can be used to store objects during the provisioning process.
Public fieldScope
The current MatchPoint scope.
Public fieldTaggingContext
The current MatchPoint tagging client context.
Public fieldWeb
The current web.
Top
See Also