Show / Hide Table of Contents

Class ObjectExtensionPropertyInfo

Inheritance
object
ObjectExtensionPropertyInfo
Implements
IHasNameWithLocalizableDisplayName
IBasicObjectExtensionPropertyInfo
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.ObjectExtending.dll
Syntax
public class ObjectExtensionPropertyInfo : IHasNameWithLocalizableDisplayName, IBasicObjectExtensionPropertyInfo

Constructors

ObjectExtensionPropertyInfo(ObjectExtensionInfo, Type, string)

Declaration
public ObjectExtensionPropertyInfo(ObjectExtensionInfo objectExtension, Type type, string name)
Parameters
Type Name Description
ObjectExtensionInfo objectExtension
Type type
string name

Properties

Attributes

Declaration
public List<Attribute> Attributes { get; }
Property Value
Type Description
List<Attribute>

CheckPairDefinitionOnMapping

Declaration
public bool? CheckPairDefinitionOnMapping { get; set; }
Property Value
Type Description
bool?

Configuration

Declaration
public Dictionary<object, object> Configuration { get; }
Property Value
Type Description
Dictionary<object, object>

DefaultValue

Declaration
public object? DefaultValue { get; set; }
Property Value
Type Description
object

DefaultValueFactory

Declaration
public Func<object>? DefaultValueFactory { get; set; }
Property Value
Type Description
Func<object>

DisplayName

Declaration
public ILocalizableString? DisplayName { get; set; }
Property Value
Type Description
ILocalizableString

Lookup

Declaration
public ExtensionPropertyLookupConfiguration Lookup { get; set; }
Property Value
Type Description
ExtensionPropertyLookupConfiguration

Name

Declaration
public string Name { get; }
Property Value
Type Description
string

ObjectExtension

Declaration
public ObjectExtensionInfo ObjectExtension { get; }
Property Value
Type Description
ObjectExtensionInfo

Policy

Declaration
public ExtensionPropertyPolicyConfiguration Policy { get; set; }
Property Value
Type Description
ExtensionPropertyPolicyConfiguration

Type

Declaration
public Type Type { get; }
Property Value
Type Description
Type

UI

Declaration
public ObjectExtensionPropertyInfo.ExtensionPropertyUI UI { get; set; }
Property Value
Type Description
ObjectExtensionPropertyInfo.ExtensionPropertyUI

Validators

Declaration
public List<Action<ObjectExtensionPropertyValidationContext>> Validators { get; }
Property Value
Type Description
List<Action<ObjectExtensionPropertyValidationContext>>

Methods

GetDefaultValue()

Declaration
public object? GetDefaultValue()
Returns
Type Description
object

Implements

IHasNameWithLocalizableDisplayName
IBasicObjectExtensionPropertyInfo

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
ObjectExtensionPropertyInfoExtensions.GetValidationAttributes(ObjectExtensionPropertyInfo)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform