C# Class msos.HR

Datei anzeigen Open project: goldshtn/msos Class Usage Examples

Public Methods

Method Description
Failed ( int hr ) : bool
Succeeded ( int hr ) : bool
Verify ( int hr ) : void

Method Details

Failed() public static method

public static Failed ( int hr ) : bool
hr int
return bool

Succeeded() public static method

public static Succeeded ( int hr ) : bool
hr int
return bool

Verify() public static method

public static Verify ( int hr ) : void
hr int
return void