|
◆ HasValueFor< TValue >()
bool Sisus.Init.IValueByTypeProvider.HasValueFor< TValue > |
( |
Component | client | ) |
|
Gets a value indicating whether this value provider can provide a value of type TValue for the client at this time.
- Parameters
-
client | The component requesting the value, if request is coming from a component; otherwise, null . |
- Returns
true if can provide a value for the client at this time; otherwise, false .
|