Show / Hide Table of Contents

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>

Extension Methods

HasExtraPropertiesExtensions.HasProperty(IHasExtraProperties, String)
HasExtraPropertiesExtensions.GetProperty(IHasExtraProperties, String, Object)
HasExtraPropertiesExtensions.GetProperty<TProperty>(IHasExtraProperties, String, TProperty)
HasExtraPropertiesExtensions.SetProperty<TSource>(TSource, String, Object, Boolean)
HasExtraPropertiesExtensions.RemoveProperty<TSource>(TSource, String)
HasExtraPropertiesExtensions.SetDefaultsForExtraProperties<TSource>(TSource, Type)
HasExtraPropertiesObjectExtendingExtensions.MapExtraPropertiesTo<TSource, TDestination>(TSource, TDestination, Nullable<MappingPropertyDefinitionChecks>, String[])
AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft