Udostępnij za pośrednictwem


DecimalModelBinder Konstruktory

Definicja

Przeciążenia

DecimalModelBinder(NumberStyles)
Przestarzałe.

Ten konstruktor jest przestarzały i zostanie usunięty w przyszłej wersji. Zalecaną alternatywą jest przeciążenie, które również przyjmuje ILoggerFactorywartość .

Inicjuje nowe wystąpienie klasy DecimalModelBinder.

DecimalModelBinder(NumberStyles, ILoggerFactory)

Inicjuje nowe wystąpienie klasy DecimalModelBinder.

DecimalModelBinder(NumberStyles)

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

Przestroga

This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that also takes an ILoggerFactory.

Ten konstruktor jest przestarzały i zostanie usunięty w przyszłej wersji. Zalecaną alternatywą jest przeciążenie, które również przyjmuje ILoggerFactorywartość .

Inicjuje nowe wystąpienie klasy DecimalModelBinder.

public:
 DecimalModelBinder(System::Globalization::NumberStyles supportedStyles);
public DecimalModelBinder (System.Globalization.NumberStyles supportedStyles);
[System.Obsolete("This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that also takes an ILoggerFactory.")]
public DecimalModelBinder (System.Globalization.NumberStyles supportedStyles);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DecimalModelBinder : System.Globalization.NumberStyles -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DecimalModelBinder
[<System.Obsolete("This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that also takes an ILoggerFactory.")>]
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DecimalModelBinder : System.Globalization.NumberStyles -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DecimalModelBinder
Public Sub New (supportedStyles As NumberStyles)

Parametry

supportedStyles
NumberStyles

Element NumberStyles.

Atrybuty

Dotyczy

DecimalModelBinder(NumberStyles, ILoggerFactory)

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

Inicjuje nowe wystąpienie klasy DecimalModelBinder.

public:
 DecimalModelBinder(System::Globalization::NumberStyles supportedStyles, Microsoft::Extensions::Logging::ILoggerFactory ^ loggerFactory);
public DecimalModelBinder (System.Globalization.NumberStyles supportedStyles, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory);
new Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DecimalModelBinder : System.Globalization.NumberStyles * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.AspNetCore.Mvc.ModelBinding.Binders.DecimalModelBinder
Public Sub New (supportedStyles As NumberStyles, loggerFactory As ILoggerFactory)

Parametry

supportedStyles
NumberStyles

Element NumberStyles.

loggerFactory
ILoggerFactory

Element ILoggerFactory.

Dotyczy