| ICidrEditView Interface | 
Namespace: VirtualRadar.Interface.View
 Syntax
SyntaxThe ICidrEditView type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Cidr | 
            Gets or sets the text of the CIDR.
             | 
|  | CidrIsValid | 
            Gets a value indicating that the value of Cidr represents a valid CIDR.
             | 
|  | FirstMatchingAddress | 
            Gets or sets a description that shows the first matching address.
             | 
|  | LastMatchingAddress | 
            Gets or sets a description that shows the last matching address.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | ShowView | 
            Displays the view to the user.
            (Inherited from IView.) | 
 Events
Events| Name | Description | |
|---|---|---|
|  | CidrChanged | 
            Raised when the Cidr has changed.
             | 
 See Also
See Also