PolicyStoreUpgradeSession Members

Include Protected Members
Include Inherited Members

Represents a policy store upgrade session.

The PolicyStoreUpgradeSession type exposes the following members.

Constructors

  Name Description
Public method PolicyStoreUpgradeSession() Initializes a new instance of the PolicyStoreUpgradeSession class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Public method IsUpgradeRequiredOnType(String, Int32) Determines whether an upgrade is required for the specified type and the specified file. (Overrides UpgradeSessionIsUpgradeRequiredOnType(String, Int32).)
Protected method MemberwiseClone() (Inherited from Object.)
Public method PostProcessUpgrade(Dictionary<String, Object>, Int32) (Overrides UpgradeSessionPostProcessUpgrade(Dictionary<String, Object>, Int32).)
Public method ToString() (Inherited from Object.)
Public method UpgradeInstance(Type, List<SfcInstanceSerializedData>) (Inherited from UpgradeSession.)
Public method UpgradeInstance(List<SfcInstanceSerializedData>, Int32, String, Dictionary<String, Object>) (Overrides UpgradeSessionUpgradeInstance(List<SfcInstanceSerializedData>, Int32, String, Dictionary<String, Object>).)

Top