C-DEngine 5.105

TheThingStore..::..CloneForThingSnapshot Method (TheThingStore, Boolean, IEnumerable<(Of <(<'String>)>)>, List<(Of <(<'String>)>)>, Boolean)

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public TheThingStore CloneForThingSnapshot(
	TheThingStore baseItem,
	bool ResetBase,
	IEnumerable<string> propertiesToInclude,
	List<string> propertiesToExclude,
	bool forExternalConsumption
)
Public Function CloneForThingSnapshot ( _
	baseItem As TheThingStore, _
	ResetBase As Boolean, _
	propertiesToInclude As IEnumerable(Of String), _
	propertiesToExclude As List(Of String), _
	forExternalConsumption As Boolean _
) As TheThingStore
public:
TheThingStore^ CloneForThingSnapshot(
	TheThingStore^ baseItem, 
	bool^ ResetBase, 
	IEnumerable<String^>^ propertiesToInclude, 
	List<String^>^ propertiesToExclude, 
	bool^ forExternalConsumption
)

Parameters

baseItem
Type: nsCDEngine.ViewModels..::..TheThingStore
ResetBase
Type: Boolean
propertiesToInclude
Type: IEnumerable<(Of <(<'String>)>)>
propertiesToExclude
Type: List<(Of <(<'String>)>)>
forExternalConsumption
Type: Boolean

See Also


CloneForThingSnapshot Overload