Show / Hide Table of Contents

Class ExtensionPropertyConfiguration

Inheritance
object
ExtensionPropertyConfiguration
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.Modularity
Assembly: Volo.Abp.ObjectExtending.dll
Syntax
public class ExtensionPropertyConfiguration : IHasNameWithLocalizableDisplayName, IBasicObjectExtensionPropertyInfo

Constructors

ExtensionPropertyConfiguration(EntityExtensionConfiguration, Type, string)

Declaration
public ExtensionPropertyConfiguration(EntityExtensionConfiguration entityExtensionConfiguration, Type type, string name)
Parameters
Type Name Description
EntityExtensionConfiguration entityExtensionConfiguration
Type type
string name

Properties

Api

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

Attributes

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

Configuration

Declaration
public Dictionary<string, object> Configuration { get; }
Property Value
Type Description
Dictionary<string, 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

Entity

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

EntityExtensionConfiguration

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

IsAvailableToClients

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

Name

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

Policy

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

Type

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

UI

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

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>>)
ExtensionPropertyConfigurationExtensions.GetLocalizationResourceNameOrNull(ExtensionPropertyConfiguration)
ExtensionPropertyConfigurationExtensions.GetLocalizationResourceTypeOrNull(ExtensionPropertyConfiguration)
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