TcHmiSerializer.EditObject.T. Method (T., String, Value, Boolean, Boolean, ICollection.String., Boolean, UInt32, Boolean)
Edits the reference at the specified path with the given Value using the specified BindingFlags without the ignored elements up to the specified serialization depth.
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 1.10.683.0 (1.10.683.0)
Syntax
C#
public static void EditObject<T>(
ref T obj,
string path,
Value value,
bool skipAbstractOrInterface = false,
bool allowChangeType = false,
ICollection<string> ignoreElements = null,
bool ignoreNull = false,
uint maxDepth = 4294967295,
bool throwException = true
)
Parameters
obj |
Type: T. |
path |
Type: System.String |
value |
Type: TcHmiSrv.Value |
skipAbstractOrInterface (Optional) |
Type: System.Boolean |
allowChangeType (Optional) |
Type: System.Boolean |
ignoreElements (Optional) |
Type: System.Collections.Generic.ICollection.String. |
ignoreNull (Optional) |
Type: System.Boolean |
maxDepth (Optional) |
Type: System.UInt32 |
throwException (Optional) |
Type: System.Boolean |
Type Parameters
T |
The type of the object that will be edited. |