Click or drag to resize
PhysicalRule Class
Defines a physical rule for replicating data.
Inheritance Hierarchy
SystemObject
  DoubleTake.Common.ContractPhysicalRule

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

The PhysicalRule type exposes the following members.

Constructors
  NameDescription
Public methodPhysicalRule
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyInclusion
This value represents if the rule will be included in or excluded from replication.
Public propertyIsReadOnly
This value is true if the rule is read-only; otherwise, it is false.
Public propertyMetadata
This value is any additional metadata for the rule. This property can be used by specialized workload implementations to provide additional hints to the job-creation process.
Public propertyPath
This value is the path of the data to be replicated.
Public propertyRecursion
This value represents if the rule will be applied to this path only or to all children of the path as well.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodEquals(PhysicalRule)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also