Table of Contents

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

string

Name

Gets or sets the NetBIOS name of this replication partner - for example "CORP-WINS02".

public string Name { get; set; }

Property Value

string

PartnerType

Gets or sets the type of replication partner - for example "Pull", "Push" or "PushAndPull".

public WINSReplicationPartnerType PartnerType { get; set; }

Property Value

WINSReplicationPartnerType

PartnerTypeString

Gets or sets the type of replication partner as a human readable string.

public string PartnerTypeString { get; set; }

Property Value

string

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

WINSPullReplicationSettings

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

WINSPushReplicationSettings

Methods

CompareTo(WINSReplicationPartner)

Compares two WINS replication partners to allow sorting alphabetically by partner name.

public int CompareTo(WINSReplicationPartner other)

Parameters

other WINSReplicationPartner

Returns

int