IConventionPropertyBuilder.CanSetConverter(Type, Boolean) Method

Definition

Returns a value indicating whether the ValueConverter can be configured for this property from the current configuration source.

public bool CanSetConverter (Type? converterType, bool fromDataAnnotation = false);
abstract member CanSetConverter : Type * bool -> bool
Public Function CanSetConverter (converterType As Type, Optional fromDataAnnotation As Boolean = false) As Boolean

Parameters

converterType
Type

A type that derives from ValueConverter, or null to remove any previously set converter.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

true if the ValueConverter can be configured for this property.

Applies to