ActionEngineUtilCopyFieldsT Method
Copy the private fields of public properties from the source to target.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static void CopyFields<T>(
T source,
T target,
string[] skipList = null,
string[] nonBlanks = null
)
where T : class
Public Shared Sub CopyFields(Of T As Class) (
source As T,
target As T,
Optional skipList As String() = Nothing,
Optional nonBlanks As String() = Nothing
)
No code example is currently available or this language may not be supported.
- source T
-
Reference to the source object.
- target T
-
Reference to the target object.
- skipList String (Optional)
-
Optional list of field names to skip.
- nonBlanks String (Optional)
-
Optional list of field names to write if non-blank.
- T
-
Type of object to operate upon.