ParameterModel 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
매개 변수를 나타내는 형식입니다.
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(ParameterInfo, IReadOnlyList<Object>) |
새 ParameterModel를 초기화합니다. |
ParameterModel(ParameterModel) |
새 ParameterModel를 초기화합니다. |
속성
Action | |
Attributes |
특성입니다. |
BindingInfo |
매개 변수를 나타내는 형식입니다. |
BindingInfo | (다음에서 상속됨 ParameterModelBase) |
DisplayName |
표시 이름입니다. |
Name |
이름입니다. (다음에서 상속됨 ParameterModelBase) |
ParameterInfo | |
ParameterName |
매개 변수 이름입니다. |
ParameterType |
형식입니다. (다음에서 상속됨 ParameterModelBase) |
Properties |
속성입니다. |
명시적 인터페이스 구현
ICommonModel.MemberInfo |
매개 변수를 나타내는 형식입니다. |
ICommonModel.Name |
매개 변수를 나타내는 형식입니다. |