Sylloge
A C# helper library
Public Member Functions | Protected Member Functions | Properties | Events
Sylloge.Controls.IPv4 Class Reference

List of all members.

Public Member Functions

delegate void DelegateOctetChanged (int octet, string value)
delegate void DelegateIpAddressChanged (string value)
 IPv4 ()
override string ToString ()
 Returns the IpAddress of this control.

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used.

Properties

string IpAddress [get, set]
 Gets or sets the IP address of the control.

Events

DelegateOctetChanged OctetChanged
 Occurs when one of the octet values changes.
DelegateIpAddressChanged IpAddressChanged
 Occurs when the one of the IP octets changes.

Detailed Description

Definition at line 28 of file IPv4.cs.


Constructor & Destructor Documentation

Sylloge.Controls.IPv4.IPv4 ( )

Definition at line 65 of file IPv4.cs.


Member Function Documentation

delegate void Sylloge.Controls.IPv4.DelegateIpAddressChanged ( string  value)
delegate void Sylloge.Controls.IPv4.DelegateOctetChanged ( int  octet,
string  value 
)
override void Sylloge.Controls.IPv4.Dispose ( bool  disposing) [protected]

Clean up any resources being used.

Parameters:
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 29 of file IPv4.designer.cs.

override string Sylloge.Controls.IPv4.ToString ( )

Returns the IpAddress of this control.

Returns:

Definition at line 125 of file IPv4.cs.


Property Documentation

string Sylloge.Controls.IPv4.IpAddress [get, set]

Gets or sets the IP address of the control.

Definition at line 82 of file IPv4.cs.


Event Documentation

DelegateIpAddressChanged Sylloge.Controls.IPv4.IpAddressChanged

Occurs when the one of the IP octets changes.

Definition at line 41 of file IPv4.cs.

DelegateOctetChanged Sylloge.Controls.IPv4.OctetChanged

Occurs when one of the octet values changes.

Definition at line 36 of file IPv4.cs.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events