Interface IBasicObjectExtensionPropertyInfo
Assembly: Volo.Abp.ObjectExtending.dll
Syntax
public interface IBasicObjectExtensionPropertyInfo
Properties
Attributes
Declaration
List<Attribute> Attributes { get; }
Property Value
Type |
Description |
List<Attribute> |
|
DefaultValue
Declaration
object DefaultValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
DefaultValueFactory
Used with the first priority to create the default value for the property.
Uses to the DefaultValue if this was not set.
Declaration
Func<object> DefaultValueFactory { get; set; }
Property Value
Type |
Description |
Func<System.Object> |
|
DisplayName
Declaration
ILocalizableString DisplayName { get; }
Property Value
Name
Declaration
Property Value
Type |
Description |
System.String |
|
Type
Declaration
Property Value
Validators
Declaration
List<Action<ObjectExtensionPropertyValidationContext>> Validators { get; }
Property Value
Extension Methods