Метод | Описание | |
---|---|---|
CopyFromProperties ( this dest, object src, string extraExclusions = null ) : void | ||
CopyProperties ( this src, object dest, string extraExclusions = null ) : void |
public static CopyFromProperties ( this dest, object src, string extraExclusions = null ) : void | ||
dest | this | |
src | object | |
extraExclusions | string | |
Результат | void |
public static CopyProperties ( this src, object dest, string extraExclusions = null ) : void | ||
src | this | |
dest | object | |
extraExclusions | string | |
Результат | void |