QuickObjects.ObjectBase Send comments on this topic.
Copy Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > StringField Class : Copy Method
Copy - Copies all property values from the current instance to the passed in instance.

Overload List

OverloadDescription
Copy(BaseField,Boolean,Boolean) Copy - Copies all property values from the current instance to the passed in instance.  
Copy(BaseField) Copy - This method simply copies all the property values into the passed in instance. (Inherited from BaseField)
Copy(BaseField,Boolean,Boolean,Boolean,Boolean) 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. (Inherited from BaseField)

Requirements

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

See Also