Copy tag values to .NET object

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

Public Shared Sub CopyTagToNetObject( _ 
ByVal tagSource As UserType, _ 
ByVal target As Object, _ 
Optional ByVal onlyPublicProperties As Boolean = true, _ 
Optional ByVal canCreateInstance As Boolean = true _ 
)
This language is not supported or no code example is available.
public static void CopyTagToNetObject( 
UserType tagSource
object target
bool onlyPublicProperties = true, 
bool canCreateInstance = true 
)
This language is not supported or no code example is available.

Parameters

tagSource
Type: UserType

Source tag template

target
Type: object

Target .NET object

onlyPublicProperties
Type: bool

Flag indicating whether should copy only public properties or not

canCreateInstance
Type: bool

Flag indicating whether can create instance of children of main .NET object or not

.NET Framework

Supported in: 4.6.2, 4.7