Class HasExtraPropertiesObjectExtendingExtensions_Tests
Inheritance
object
HasExtraPropertiesObjectExtendingExtensions_Tests
Implements
System.IDisposable
Inherited Members
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
System.IDisposable