C# Class Forseti.Suites.Case

Mostrar archivo Open project: dolittle/Forseti Class Usage Examples

Public Methods

Method Description
AddChildCase ( Case @case ) : void
Case ( ) : System.Collections.Generic
IsDummyOrEmptyCase ( Case @case ) : bool

Method Details

AddChildCase() public method

public AddChildCase ( Case @case ) : void
@case Case
return void

Case() public method

public Case ( ) : System.Collections.Generic
return System.Collections.Generic

IsDummyOrEmptyCase() public static method

public static IsDummyOrEmptyCase ( Case @case ) : bool
@case Case
return bool