Interface ICloner
Assembly: solution.dll
Syntax
Methods
AfterClone(Type, object)
Declaration
void AfterClone(Type type, object clone)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
| object |
clone |
|
BeforeClone(Type, object)
Declaration
void BeforeClone(Type type, object original)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
| object |
original |
|
ConstructClone(Type, object)
Declaration
object ConstructClone(Type type, object original)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
| object |
original |
|
Returns
FillClone(Type, ref object, object, CloningContext)
Declaration
void FillClone(Type type, ref object clone, object original, CloningContext context)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
| object |
clone |
|
| object |
original |
|
| CloningContext |
context |
|
Handles(Type)
Declaration
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns
Extension Methods