Show / Hide Table of Contents

Class HasExtraPropertiesObjectExtendingExtensions_Tests

Inheritance
object
AbpTestBaseWithServiceProvider
AbpIntegratedTest<AbpObjectExtendingTestModule>
AbpObjectExtendingTestBase
HasExtraPropertiesObjectExtendingExtensions_Tests
Implements
IDisposable
Inherited Members
AbpIntegratedTest<AbpObjectExtendingTestModule>.CreateServiceCollection()
AbpIntegratedTest<AbpObjectExtendingTestModule>.BeforeAddApplication(IServiceCollection)
AbpIntegratedTest<AbpObjectExtendingTestModule>.SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
AbpIntegratedTest<AbpObjectExtendingTestModule>.AfterAddApplication(IServiceCollection)
AbpIntegratedTest<AbpObjectExtendingTestModule>.CreateServiceProvider(IServiceCollection)
AbpIntegratedTest<AbpObjectExtendingTestModule>.Dispose()
AbpIntegratedTest<AbpObjectExtendingTestModule>.Application
AbpIntegratedTest<AbpObjectExtendingTestModule>.RootServiceProvider
AbpIntegratedTest<AbpObjectExtendingTestModule>.TestServiceScope
AbpTestBaseWithServiceProvider.GetService<T>()
AbpTestBaseWithServiceProvider.GetRequiredService<T>()
AbpTestBaseWithServiceProvider.GetKeyedServices<T>(object)
AbpTestBaseWithServiceProvider.GetRequiredKeyedService<T>(object)
AbpTestBaseWithServiceProvider.ServiceProvider
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.ObjectExtending
Assembly: Volo.Abp.ObjectExtending.Tests.dll
Syntax
public class HasExtraPropertiesObjectExtendingExtensions_Tests : AbpObjectExtendingTestBase, IDisposable

Constructors

HasExtraPropertiesObjectExtendingExtensions_Tests()

Declaration
public HasExtraPropertiesObjectExtendingExtensions_Tests()

Methods

MapExtraPropertiesTo_Should_Copy_all_With_No_Property_Definition_Check()

Declaration
public void MapExtraPropertiesTo_Should_Copy_all_With_No_Property_Definition_Check()

MapExtraPropertiesTo_Should_Ignore_Desired_Properties()

Declaration
public void MapExtraPropertiesTo_Should_Ignore_Desired_Properties()

MapExtraPropertiesTo_Should_Only_Map_Defined_Properties_By_Default()

Declaration
public void MapExtraPropertiesTo_Should_Only_Map_Defined_Properties_By_Default()

MapExtraPropertiesTo_Should_Only_Map_Destination_Defined_Properties_If_Requested()

Declaration
public void MapExtraPropertiesTo_Should_Only_Map_Destination_Defined_Properties_If_Requested()

MapExtraPropertiesTo_Should_Only_Map_Source_Defined_Properties_If_Requested()

Declaration
public void MapExtraPropertiesTo_Should_Only_Map_Source_Defined_Properties_If_Requested()

MapExtraPropertiesTo_Should_Validate_Properties()

Declaration
public void MapExtraPropertiesTo_Should_Validate_Properties()

Implements

IDisposable

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>>)
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