|
|
PhysicalRule Class |
Namespace: DoubleTake.Common.Contract
public class PhysicalRule : IExtensibleDataObject
The PhysicalRule type exposes the following members.
| Name | Description | |
|---|---|---|
| PhysicalRule |
| Name | Description | |
|---|---|---|
| ExtensionData |
Gets or sets the structure that contains extra data.
| |
| Inclusion |
This value represents if the rule will be included in or excluded from replication.
| |
| IsReadOnly |
This value is true if the rule is read-only; otherwise, it is false.
| |
| Metadata |
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.
| |
| Path |
This value is the path of the data to be replicated.
| |
| Recursion |
This value represents if the rule will be applied to this path only or to all children of the path as well.
|
| Name | Description | |
|---|---|---|
| Clone |
Creates a new object that is a copy of the current instance.
| |
| Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) | |
| Equals(PhysicalRule) |
Indicates whether the current object is equal to another object of the same type.
| |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |