Show / Hide Table of Contents

Class CopyTool

Inheritance
object
CopyTool
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine
Assembly: PayrollEngine.Core.dll
Syntax
public static class CopyTool

Methods

CopyObjectProperties(object, object, IEnumerable<Type>)

Declaration
public static void CopyObjectProperties(object source, object target, IEnumerable<Type> ignoreAttributes = null)
Parameters
Type Name Description
object source
object target
IEnumerable<Type> ignoreAttributes

CopyProperties<T>(T, T, IEnumerable<Type>)

Declaration
public static void CopyProperties<T>(T source, T target, IEnumerable<Type> ignoreAttributes = null) where T : class
Parameters
Type Name Description
T source
T target
IEnumerable<Type> ignoreAttributes
Type Parameters
Name Description
T
☀
☾
Back to top Generated by DocFX