C# Class XenAdmin.Wizards.PatchingWizard.PatchingWizard_PrecheckPage.PreCheckHostRow

Inheritance: PreCheckGridRow
Exibir arquivo Open project: xenserver/xenadmin

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
PreCheckHostRow ( Check check ) : System
PreCheckHostRow ( Problem problem ) : System

Private Methods

Method Description
UpdateRowFields ( ) : void
UpdateSolutionCellStyle ( ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PreCheckHostRow() public method

public PreCheckHostRow ( Check check ) : System
check Check
return System

PreCheckHostRow() public method

public PreCheckHostRow ( Problem problem ) : System
problem Problem
return System