Show / Hide Table of Contents

Class ObjectExtensionPropertyInfoAspNetCoreMvcExtensions

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

Methods

GetDataTypeOrNull(IBasicObjectExtensionPropertyInfo)

Declaration
public static DataType? GetDataTypeOrNull(this IBasicObjectExtensionPropertyInfo property)
Parameters
Type Name Description
IBasicObjectExtensionPropertyInfo property
Returns
Type Description
System.Nullable<System.ComponentModel.DataAnnotations.DataType>

IsDate(IBasicObjectExtensionPropertyInfo)

Declaration
public static bool IsDate(this IBasicObjectExtensionPropertyInfo property)
Parameters
Type Name Description
IBasicObjectExtensionPropertyInfo property
Returns
Type Description
System.Boolean

IsDateTime(IBasicObjectExtensionPropertyInfo)

Declaration
public static bool IsDateTime(this IBasicObjectExtensionPropertyInfo property)
Parameters
Type Name Description
IBasicObjectExtensionPropertyInfo property
Returns
Type Description
System.Boolean
Back to top Powered by Volosoft