Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.ObjectSupport.ObjectCompare Method

Get list of changed properties.

Class: YetaWF.Core.Models.ObjectSupport
Namespace: YetaWF.Core.Models
Assembly: YetaWF.Core

Syntax

public static List<ChangedProperty> ObjectCompare(
    object oldObj,
    object newObj );

Parameters

oldObj

(not specified)

newObj

(not specified)

Return Value

(not specified)

See Also YetaWF.Core.Models.ObjectSupport ClassYetaWF.Core Overview