Method SetValues
SetValues<TOther>(TOther, IPropertyValues)
Sets the property values on the specified entity.
public virtual 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.
Type Parameters
TOther
The type of the entity.