C# Class Tp.Core.Features.TpFeatureListExtensions

Mostra file Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
GetAllFeatures ( ) : bool>.Dictionary
GetClientName ( this feature ) : string
GetEnabledFeatures ( this list ) : TpFeature[]
GetMashupNames ( this feature ) : IEnumerable
IsEnabled ( this feature ) : bool

Method Details

GetAllFeatures() public static method

public static GetAllFeatures ( ) : bool>.Dictionary
return bool>.Dictionary

GetClientName() public static method

public static GetClientName ( this feature ) : string
feature this
return string

GetEnabledFeatures() public static method

public static GetEnabledFeatures ( this list ) : TpFeature[]
list this
return TpFeature[]

GetMashupNames() public static method

public static GetMashupNames ( this feature ) : IEnumerable
feature this
return IEnumerable

IsEnabled() public static method

public static IsEnabled ( this feature ) : bool
feature this
return bool