Method | Description | |
---|---|---|
CopyFrom ( object Instance, object Source ) : void | ||
CopyFrom ( object Instance, object Source, IEnumerable, IgnoreProperties ) : void | ||
CopyFrom ( object Instance, object Source, bool ThrowOnPropertyMismatch, IEnumerable, IgnoreProperties ) : void | ||
GetVariableName ( obj ) : string |
public static CopyFrom ( object Instance, object Source ) : void | ||
Instance | object | |
Source | object | |
return | void |
public static CopyFrom ( object Instance, object Source, IEnumerable, IgnoreProperties ) : void | ||
Instance | object | |
Source | object | |
IgnoreProperties | IEnumerable, | |
return | void |
public static CopyFrom ( object Instance, object Source, bool ThrowOnPropertyMismatch, IEnumerable, IgnoreProperties ) : void | ||
Instance | object | |
Source | object | |
ThrowOnPropertyMismatch | bool | |
IgnoreProperties | IEnumerable, | |
return | void |