{CompanyName} FlexyGo

SysProcess..::..OfflineCloneObject Method

Offline clone object

Namespace:  FLEXYGO
Assembly:  flxSysProcess (in flxSysProcess.dll)

Syntax


public static bool OfflineCloneObject(
	EntityObject Entity,
	string AppName,
	string ObjectName,
	string Properties,
	string NewObjectName,
	string NewCollectionName,
	ref ProcessManager..::..ProcessHelper Ret
)
Public Shared Function OfflineCloneObject ( _
	Entity As EntityObject, _
	AppName As String, _
	ObjectName As String, _
	Properties As String, _
	NewObjectName As String, _
	NewCollectionName As String, _
	ByRef Ret As ProcessManager..::..ProcessHelper _
) As Boolean

Parameters

Entity
Type: FLEXYGO.Objects..::..EntityObject
The entity.
AppName
Type: String
App name
ObjectName
Type: String
Object name
Properties
Type: String
Properties
NewObjectName
Type: String
New object name
NewCollectionName
Type: String
New collection name
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
Returns a Process Helper.

Return Value

true if no error, false otherwise.