Method GetUpdateDiff
GetUpdateDiff(NamedEntity, bool)
Retrieves the differences between this entity and another.
public virtual Dictionary<string, JsonElement> GetUpdateDiff(NamedEntity other, bool blnAddProjectId = true)
Parameters
other
NamedEntityThe other entity to compare with.
blnAddProjectId
boolWhether to include the project ID in the differences.
Returns
- Dictionary<string, JsonElement>
A dictionary of differences.