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