ResolveHandler.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 Object WriteElement(
Object current,
string element,
Object value,
Converter converter
)
Parameters
current |
Type: System.Object |
element |
Type: System.String |
value |
Type: System.Object |
converter |
Type: TcHmiSrv.Core.Tools.Resolving.Converter |
Return Value
Type: Object
The new value of the specified element.