Class BusinessObjectExtensions
common extensions for all BusinessObjects
Inheritance
System.Object
BusinessObjectExtensions
Namespace: BO4E.Extensions.BusinessObjects
Assembly: BO4E-dotnet.Extensions.dll
Syntax
public static class BusinessObjectExtensions : object
Methods
| Improve this Doc View SourceDeepClone<T>(T)
Create a deep copy of a Business Object
Declaration
public static T DeepClone<T>(this T source)
Parameters
Type | Name | Description |
---|---|---|
T | source | the BO that is copied |
Returns
Type | Description |
---|---|
T | the deep copy |
Type Parameters
Name | Description |
---|---|
T | Type of the BusinessObject |