C# Class HDLToolkit.Framework.EnumHelpers

Afficher le fichier Open project: nathanrossi/hdl-toolkit Class Usage Examples

Méthodes publiques

Méthode Description
ExecutionTypeMatchesRequirement ( ExecutionType requirement, ExecutionType current ) : bool
ModuleTypeToString ( ModuleType type ) : string
ParseExecutionType ( string str ) : ExecutionType
ParseModuleType ( string str ) : ModuleType

Method Details

ExecutionTypeMatchesRequirement() public static méthode

public static ExecutionTypeMatchesRequirement ( ExecutionType requirement, ExecutionType current ) : bool
requirement ExecutionType
current ExecutionType
Résultat bool

ModuleTypeToString() public static méthode

public static ModuleTypeToString ( ModuleType type ) : string
type ModuleType
Résultat string

ParseExecutionType() public static méthode

public static ParseExecutionType ( string str ) : ExecutionType
str string
Résultat ExecutionType

ParseModuleType() public static méthode

public static ParseModuleType ( string str ) : ModuleType
str string
Résultat ModuleType