PolicyStoreUpgradeSession Members
Include Protected Members
Include Inherited Members
Represents a policy store upgrade session.
The PolicyStoreUpgradeSession type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PolicyStoreUpgradeSession() | Initializes a new instance of the PolicyStoreUpgradeSession class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
IsUpgradeRequiredOnType(String, Int32) | Determines whether an upgrade is required for the specified type and the specified file. (Overrides UpgradeSessionIsUpgradeRequiredOnType(String, Int32).) | |
MemberwiseClone() | (Inherited from Object.) | |
PostProcessUpgrade(Dictionary<String, Object>, Int32) | (Overrides UpgradeSessionPostProcessUpgrade(Dictionary<String, Object>, Int32).) | |
ToString() | (Inherited from Object.) | |
UpgradeInstance(Type, List<SfcInstanceSerializedData>) | (Inherited from UpgradeSession.) | |
UpgradeInstance(List<SfcInstanceSerializedData>, Int32, String, Dictionary<String, Object>) | (Overrides UpgradeSessionUpgradeInstance(List<SfcInstanceSerializedData>, Int32, String, Dictionary<String, Object>).) |
Top