Click or drag to resize
ICidrEditView Interface
The interface for views that let the user enter CIDRs.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ICidrEditView : IView, 
	IDisposable

The ICidrEditView type exposes the following members.

Properties
  NameDescription
Public propertyCidr
Gets or sets the text of the CIDR.
Public propertyCidrIsValid
Gets a value indicating that the value of Cidr represents a valid CIDR.
Public propertyFirstMatchingAddress
Gets or sets a description that shows the first matching address.
Public propertyLastMatchingAddress
Gets or sets a description that shows the last matching address.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodShowView
Displays the view to the user.
(Inherited from IView.)
Top
Events
  NameDescription
Public eventCidrChanged
Raised when the Cidr has changed.
Top
See Also