Interface IBasicObjectExtensionPropertyInfo
Assembly: Volo.Abp.ObjectExtending.dll
Syntax
public interface IBasicObjectExtensionPropertyInfo
Properties
Attributes
Declaration
List<Attribute> Attributes { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<T><System.Attribute> |
|
DefaultValue
Declaration
object? DefaultValue { get; set; }
Property Value
DefaultValueFactory
Declaration
Func<object>? DefaultValueFactory { get; set; }
Property Value
Type |
Description |
System.Func<TResult><object> |
|
DisplayName
Declaration
ILocalizableString? DisplayName { get; }
Property Value
Name
Declaration
Property Value
Type
Declaration
Property Value
Type |
Description |
System.Type |
|
Validators
Declaration
List<Action<ObjectExtensionPropertyValidationContext>> Validators { get; }
Property Value
Extension Methods