Show / Hide Table of Contents

Class MvcUiObjectExtensionPropertyInfoExtensions

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

Methods

GetInputFormatOrNull(IBasicObjectExtensionPropertyInfo)

Declaration
public static string? GetInputFormatOrNull(this IBasicObjectExtensionPropertyInfo property)
Parameters
Type Name Description
IBasicObjectExtensionPropertyInfo property
Returns
Type Description
string

GetInputType(ObjectExtensionPropertyInfo)

Declaration
public static string GetInputType(this ObjectExtensionPropertyInfo propertyInfo)
Parameters
Type Name Description
ObjectExtensionPropertyInfo propertyInfo
Returns
Type Description
string

GetInputValueOrNull(IBasicObjectExtensionPropertyInfo, object?)

Declaration
public static string? GetInputValueOrNull(this IBasicObjectExtensionPropertyInfo property, object? value)
Parameters
Type Name Description
IBasicObjectExtensionPropertyInfo property
object value
Returns
Type Description
string
In this article
Back to top Powered by ABP.IO Platform