Interface IHasExtraProperties
Namespace: Volo.Abp.Data
Assembly: Volo.Abp.ObjectExtending.dll
Syntax
public interface IHasExtraProperties
Properties
ExtraProperties
Declaration
Dictionary<string, object> ExtraProperties { get; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, System.Object> |