Resolver.T..WriteElement Method (T, String, Object, Converter)
Writes the specified Object to the specified element of the current instance.
Namespace: TcHmiSrv.Core.Tools.Resolving.Resolvers
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public abstract Object WriteElement(
T current,
string element,
Object value,
Converter converter
)Parameters
|
current |
Type: T |
|
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.