Class WINSReplicationPartner
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an individual WINS replication partner.
public class WINSReplicationPartner : BaseTypeSection, IComparable<WINSReplicationPartner>
- Inheritance
-
WINSReplicationPartner
- Implements
Constructors
WINSReplicationPartner()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WINSReplicationPartner class.
public WINSReplicationPartner()
Properties
IPAddress
Gets or sets the IP address of this replication partner.
public string IPAddress { get; set; }
Property Value
Name
Gets or sets the NetBIOS name of this replication partner - for example "CORP-WINS02".
public string Name { get; set; }
Property Value
PartnerType
Gets or sets the type of replication partner - for example "Pull", "Push" or "PushAndPull".
public WINSReplicationPartnerType PartnerType { get; set; }
Property Value
PartnerTypeString
Gets or sets the type of replication partner as a human readable string.
public string PartnerTypeString { get; set; }
Property Value
PullReplicationSettings
Gets or sets the pull replication settings. This applies only when "PartnerType" is either "Pull" or "PushAndPull".
public WINSPullReplicationSettings PullReplicationSettings { get; set; }
Property Value
PushReplicationSettings
Gets or sets the pull replication settings. This applies only when "PartnerType" is either "Push" or "PushAndPull".
public WINSPushReplicationSettings PushReplicationSettings { get; set; }
Property Value
Methods
CompareTo(WINSReplicationPartner)
Compares two WINS replication partners to allow sorting alphabetically by partner name.
public int CompareTo(WINSReplicationPartner other)
Parameters
other
WINSReplicationPartner