다음을 통해 공유


ParameterModel 클래스

정의

매개 변수를 나타내는 형식입니다.

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
상속
ParameterModel
상속
ParameterModel
구현

생성자

ParameterModel(ParameterInfo, IReadOnlyList<Object>)

ParameterModel를 초기화합니다.

ParameterModel(ParameterModel)

ParameterModel를 초기화합니다.

속성

Action

ActionModel

Attributes

특성입니다.

BindingInfo

매개 변수를 나타내는 형식입니다.

BindingInfo

BindingInfo

(다음에서 상속됨 ParameterModelBase)
DisplayName

표시 이름입니다.

Name

이름입니다.

(다음에서 상속됨 ParameterModelBase)
ParameterInfo

ParameterInfo

ParameterName

매개 변수 이름입니다.

ParameterType

형식입니다.

(다음에서 상속됨 ParameterModelBase)
Properties

속성입니다.

명시적 인터페이스 구현

ICommonModel.MemberInfo

매개 변수를 나타내는 형식입니다.

ICommonModel.Name

매개 변수를 나타내는 형식입니다.

적용 대상