Click or drag to resize
ICidrEditPresenter Interface
The interface for objects that hold the business logic behind CIDR editors.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ICidrEditPresenter : IPresenter<ICidrEditView>

The ICidrEditPresenter type exposes the following members.

Properties
  NameDescription
Public propertyCidrIsValid
Gets a value indicating that the CIDR on the view is valid.
Top
Methods
See Also