Class FakeSerializationCloner
Inheritance
object
FakeSerializationCloner
Assembly: solution.dll
Syntax
public sealed class FakeSerializationCloner : ReflectedCloner, ICloner
Properties
config
Declaration
public fsConfig config { get; set; }
Property Value
Methods
AfterClone(Type, object)
Declaration
public override void AfterClone(Type type, object clone)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
| object |
clone |
|
Overrides
BeforeClone(Type, object)
Declaration
public override void BeforeClone(Type type, object original)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
| object |
original |
|
Overrides
GetMembers(Type)
Declaration
protected override IEnumerable<MemberInfo> GetMembers(Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns
| Type |
Description |
| IEnumerable<MemberInfo> |
|
Overrides
Implements
Extension Methods