Smrf.NodeXL.ExcelTemplate.AutomateTasksDialog.AssertValid C# (CSharp) Method

AssertValid() public method

public AssertValid ( ) : void
return void
    AssertValid()
    {
        base.AssertValid();

        // m_eMode
        Debug.Assert(m_oAutomateTasksUserSettings != null);
        Debug.Assert(m_oThisWorkbook != null);

        Debug.Assert(m_oNodeXLControl != null ||
            m_eMode == DialogMode.EditOnly);

        // m_bIgnoreItemCheckEvents
        Debug.Assert(m_oAutomateTasksDialogUserSettings != null);
    }