메소드 | 설명 | |
---|---|---|
ArePropertiesEqual ( this left, object right, List |
Return true if left and right have the same properties and same values for those properties. (Ignoring any properties named in ignoreProperties)
|
|
CopyProperties ( this dest, object src, List |
Copies the values of the properties of src to dest. Some logic is used to ignore certain fields.
|
public static ArePropertiesEqual ( this left, object right, List |
||
left | this | |
right | object | |
ignoreProperties | List |
Variable names of the parameters to ignore in the check |
리턴 | bool |
public static CopyProperties ( this dest, object src, List |
||
dest | this | |
src | object | |
foreignKeys | List |
|
ignoreEfModels | List |
|
리턴 | void |