QuickObjects.ObjectBase Send comments on this topic.
Copy(BaseField,Boolean,Boolean,Boolean,Boolean) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseField Class > Copy Method : Copy(BaseField,Boolean,Boolean,Boolean,Boolean) Method
instance
copyValue
copyValidators
copyUseInSave
copyUseInSearch
Copy - This method simply copies all the property values into the passed in instance. If the value of copyValue parameter is true then the Value and IsNull properties are copied as well, otherwise they are skipped.

Syntax

C# 
public virtual void Copy( 
   BaseField instance,
   bool copyValue,
   bool copyValidators,
   bool copyUseInSave,
   bool copyUseInSearch
)

Parameters

instance
copyValue
copyValidators
copyUseInSave
copyUseInSearch

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also