Udostępnij za pośrednictwem


IMutableProperty.SetValueConverter Metoda

Definicja

Przeciążenia

SetValueConverter(Type)

Ustawia wartość niestandardową ValueConverter dla tej właściwości.

SetValueConverter(ValueConverter)

Ustawia wartość niestandardową ValueConverter dla tej właściwości.

SetValueConverter(Type)

Źródło:
IMutableProperty.cs
Źródło:
IMutableProperty.cs
Źródło:
IMutableProperty.cs
Źródło:
IMutableProperty.cs

Ustawia wartość niestandardową ValueConverter dla tej właściwości.

public void SetValueConverter (Type? converterType);
abstract member SetValueConverter : Type -> unit
Public Sub SetValueConverter (converterType As Type)

Parametry

converterType
Type

Typ pochodzący z ValueConverterklasy lub null do usunięcia dowolnego wcześniej ustawionego konwertera.

Dotyczy

SetValueConverter(ValueConverter)

Źródło:
IMutableProperty.cs
Źródło:
IMutableProperty.cs
Źródło:
IMutableProperty.cs
Źródło:
IMutableProperty.cs

Ustawia wartość niestandardową ValueConverter dla tej właściwości.

public void SetValueConverter (Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter? converter);
abstract member SetValueConverter : Microsoft.EntityFrameworkCore.Storage.ValueConversion.ValueConverter -> unit
Public Sub SetValueConverter (converter As ValueConverter)

Parametry

converter
ValueConverter

Konwerter lub null usunąć dowolny wcześniej ustawiony konwerter.

Dotyczy