ParameterModel Klasa

Definicja

Typ reprezentujący parametr.

public ref class ParameterModel : Microsoft::AspNetCore::Mvc::ApplicationModels::IBindingModel, Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModel
public ref class ParameterModel : Microsoft::AspNetCore::Mvc::ApplicationModels::ParameterModelBase, Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModel
public class ParameterModel : Microsoft.AspNetCore.Mvc.ApplicationModels.IBindingModel, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
public class ParameterModel : Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModelBase, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
type ParameterModel = class
    interface ICommonModel
    interface IPropertyModel
    interface IBindingModel
type ParameterModel = class
    inherit ParameterModelBase
    interface ICommonModel
    interface IPropertyModel
Public Class ParameterModel
Implements IBindingModel, ICommonModel
Public Class ParameterModel
Inherits ParameterModelBase
Implements ICommonModel
Dziedziczenie
ParameterModel
Dziedziczenie
ParameterModel
Implementuje

Konstruktory

ParameterModel(ParameterInfo, IReadOnlyList<Object>)

Inicjuje nowy ParameterModelelement .

ParameterModel(ParameterModel)

Inicjuje nowy ParameterModelelement .

Właściwości

Action

Element ActionModel.

Attributes

Atrybuty.

BindingInfo

Typ reprezentujący parametr.

BindingInfo

Element BindingInfo.

(Odziedziczone po ParameterModelBase)
DisplayName

Nazwa wyświetlana.

Name

Nazwa.

(Odziedziczone po ParameterModelBase)
ParameterInfo

Element ParameterInfo.

ParameterName

Nazwa parametru.

ParameterType

Typ.

(Odziedziczone po ParameterModelBase)
Properties

Właściwości.

Jawne implementacje interfejsu

ICommonModel.MemberInfo

Typ reprezentujący parametr.

ICommonModel.Name

Typ reprezentujący parametr.

Dotyczy