C# Class Network_Manager.Gadget.ControlPanel.ConfigureInterface.SaveProfileForm

Show file Open project: SortByte/Network-Manager Class Usage Examples

Public Properties

Property Type Description
DhcpEnabled NetworkInterface.Dhcp
IPv4Address List
IPv4DnsServer List
IPv4Gateway List
IPv4Mtu int
IPv6Address List
IPv6DnsServer List
IPv6Gateway List
IPv6Mtu int
InterfaceMetric int
LoadMode Config.InterfaceProfile.LoadingMode
NetbiosEnabled NetworkInterface.Netbios
ProfileName string
RouterDiscovery NetworkInterface.RouterDiscovery

Public Methods

Method Description
SaveProfileForm ( string name, bool ipv4Enabled, List ipv4Address, List ipv4Gateway, List ipv4DnsServer, bool dhcpIP, bool dhcpDns, bool netbios, int ipv4Mtu, bool ipv6Enabled, List ipv6Address, List ipv6Gateway, List ipv6DnsServer, bool routerDiscovery, int ipv6Mtu, int interfaceMetric ) : System

Private Methods

Method Description
Save_Click ( object sender, EventArgs e ) : void
treeView1_AfterCheck ( object sender, TreeViewEventArgs e ) : void
updateChildNodes ( TreeNode node, bool state ) : void

Method Details

SaveProfileForm() public method

public SaveProfileForm ( string name, bool ipv4Enabled, List ipv4Address, List ipv4Gateway, List ipv4DnsServer, bool dhcpIP, bool dhcpDns, bool netbios, int ipv4Mtu, bool ipv6Enabled, List ipv6Address, List ipv6Gateway, List ipv6DnsServer, bool routerDiscovery, int ipv6Mtu, int interfaceMetric ) : System
name string
ipv4Enabled bool
ipv4Address List
ipv4Gateway List
ipv4DnsServer List
dhcpIP bool
dhcpDns bool
netbios bool
ipv4Mtu int
ipv6Enabled bool
ipv6Address List
ipv6Gateway List
ipv6DnsServer List
routerDiscovery bool
ipv6Mtu int
interfaceMetric int
return System

Property Details

DhcpEnabled public property

public NetworkInterface.Dhcp DhcpEnabled
return NetworkInterface.Dhcp

IPv4Address public property

public List IPv4Address
return List

IPv4DnsServer public property

public List IPv4DnsServer
return List

IPv4Gateway public property

public List IPv4Gateway
return List

IPv4Mtu public property

public int IPv4Mtu
return int

IPv6Address public property

public List IPv6Address
return List

IPv6DnsServer public property

public List IPv6DnsServer
return List

IPv6Gateway public property

public List IPv6Gateway
return List

IPv6Mtu public property

public int IPv6Mtu
return int

InterfaceMetric public property

public int InterfaceMetric
return int

LoadMode public property

public Config.InterfaceProfile.LoadingMode LoadMode
return Config.InterfaceProfile.LoadingMode

NetbiosEnabled public property

public NetworkInterface.Netbios NetbiosEnabled
return NetworkInterface.Netbios

ProfileName public property

public string ProfileName
return string

RouterDiscovery public property

public NetworkInterface.RouterDiscovery RouterDiscovery
return NetworkInterface.RouterDiscovery