PageParameterModel Třída

Definice

Typ modelu pro čtení a manipulaci s vlastnostmi a parametry představujícími parametr stránky.

public ref class PageParameterModel : Microsoft::AspNetCore::Mvc::ApplicationModels::IBindingModel, Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModel
public ref class PageParameterModel : Microsoft::AspNetCore::Mvc::ApplicationModels::ParameterModelBase, Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModel
public class PageParameterModel : Microsoft.AspNetCore.Mvc.ApplicationModels.IBindingModel, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
public class PageParameterModel : Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModelBase, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
type PageParameterModel = class
    interface ICommonModel
    interface IPropertyModel
    interface IBindingModel
type PageParameterModel = class
    inherit ParameterModelBase
    interface ICommonModel
    interface IPropertyModel
    interface IBindingModel
type PageParameterModel = class
    inherit ParameterModelBase
    interface IBindingModel
    interface ICommonModel
    interface IPropertyModel
Public Class PageParameterModel
Implements IBindingModel, ICommonModel
Public Class PageParameterModel
Inherits ParameterModelBase
Implements ICommonModel
Dědičnost
PageParameterModel
Dědičnost
PageParameterModel
Implementuje

Konstruktory

PageParameterModel(PageParameterModel)

Konstruktor kopírování.

PageParameterModel(ParameterInfo, IReadOnlyList<Object>)

Inicializuje novou instanci objektu PageParameterModel.

Vlastnosti

Attributes

Typ modelu pro čtení a manipulaci s vlastnostmi a parametry představujícími parametr stránky.

Attributes

Atributy.

(Zděděno od ParameterModelBase)
BindingInfo

Typ modelu pro čtení a manipulaci s vlastnostmi a parametry představujícími parametr stránky.

BindingInfo

Hodnota BindingInfo

(Zděděno od ParameterModelBase)
Handler

Hodnota PageHandlerModel

Name

Název

(Zděděno od ParameterModelBase)
ParameterInfo

Hodnota ParameterInfo

ParameterName

Získá nebo nastaví název parametru.

ParameterType

Typ

(Zděděno od ParameterModelBase)
Properties

Typ modelu pro čtení a manipulaci s vlastnostmi a parametry představujícími parametr stránky.

Properties

Vlastnosti.

(Zděděno od ParameterModelBase)

Explicitní implementace rozhraní

ICommonModel.Attributes

Typ modelu pro čtení a manipulaci s vlastnostmi a parametry představujícími parametr stránky.

ICommonModel.MemberInfo

Typ modelu pro čtení a manipulaci s vlastnostmi a parametry představujícími parametr stránky.

ICommonModel.Name

Typ modelu pro čtení a manipulaci s vlastnostmi a parametry představujícími parametr stránky.

IPropertyModel.Properties

Typ modelu pro čtení a manipulaci s vlastnostmi a parametry představujícími parametr stránky.

Platí pro