RecursiveResolveHandler.T..WriteElement Method

Writes the specified value to the specified element of the current instance.

Namespace:  TcHmiSrv.Core.Tools.Resolving.Handlers
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

protected override sealed T WriteElement(
    T current,
    string element,
    Object value,
    Converter converter
)

Parameters

current

Type: T
An instance of the specified type to write to.

element

Type: System.String
The name of the element to write.

value

Type: System.Object
The Object to be written.

converter

Type: TcHmiSrv.Core.Tools.Resolving.Converter
A Converter that is used to convert value to an instance of the Type associated with the specified element.

Return Value

Type: T
The new value of the specified element.

Reference

RecursiveResolveHandler.T. Class

TcHmiSrv.Core.Tools.Resolving.Handlers Namespace