Method SetValues
SetValues<TOther>(TOther, IPropertyValues)
Sets the property values of the specified entity.
void SetValues<TOther>(TOther entity, IPropertyValues propertyValues) where TOther : class
Parameters
entity
TOtherThe entity to set the property values on.
propertyValues
IPropertyValuesThe property values to set on the entity.
Type Parameters
TOther
The type of the entity.