Click or drag to resize
ChangedItems Class
Indicates the workload items whose status changed as the result of modifying a workload.
Inheritance Hierarchy
SystemObject
  DoubleTake.Common.ContractChangedItems

Namespace: DoubleTake.Common.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class ChangedItems : IExtensibleDataObject

The ChangedItems type exposes the following members.

Constructors
  NameDescription
Public methodChangedItems
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyLogicalItems
This value represents the logical items that changed.
Public propertyLogicalRules
This value is the current logical rules of the workload.
Public propertyPhysicalItems
This value represents the physical items that changed.
Public propertyPhysicalRules
This value represents the current physical rules of the workload.
Top
See Also