Show / Hide Table of Contents

Class ObjectCopier

Inheritance
Object
ObjectCopier
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
public static class ObjectCopier

Methods

Clone<T>(T)

Perform a deep Copy of the object.

Declaration
public static T Clone<T>(T source)
Parameters
Type Name Description
T source

The object instance to copy.

Returns
Type Description
T

The copied object.

Type Parameters
Name Description
T

The type of object being copied.

© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top