ObjectResolver.WriteElement Method
Writes the specified Object to the specified element of the current Object.
Namespace: TcHmiSrv.Core.Tools.Resolving.Resolvers
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public override sealed 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.