Show / Hide Table of Contents

Class ModelExplorerExtensions

Inheritance
object
ModelExplorerExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Extensions
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public static class ModelExplorerExtensions

Methods

GetAttribute<T>(ModelExplorer)

Declaration
public static T? GetAttribute<T>(this ModelExplorer property) where T : Attribute
Parameters
Type Name Description
ModelExplorer property
Returns
Type Description
T
Type Parameters
Name Description
T

GetDisplayOrder(ModelExplorer)

Declaration
public static int GetDisplayOrder(this ModelExplorer explorer)
Parameters
Type Name Description
ModelExplorer explorer
Returns
Type Description
int
In this article
Back to top Powered by ABP.IO Platform