TcHmiSchemaGenerator.GetSchema Method (Command, Type, Type, Boolean, IncludeMembers, BindingFlags, ICollection.String., UInt32)
Gets the schemas of the instances of type Type and stores them in the read value of the specified Command.
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0
Syntax
C#
public static void GetSchema(
Command command,
Type readValue = null,
Type writeValue = null,
bool isFunction = false,
IncludeMembers members = IncludeMembers.Fields|IncludeMembers.Properties,
BindingFlags bindingAttr = BindingFlags.Default,
ICollection<string> ignoreElements = null,
uint maxDepth = 4294967295
)
Parameters
command |
Type: TcHmiSrv.Command |
readValue (Optional) |
Type: System.Type |
writeValue (Optional) |
Type: System.Type |
isFunction (Optional) |
Type: System.Boolean |
members (Optional) |
Type: TcHmiSrv.DynamicSymbols.IncludeMembers |
bindingAttr (Optional) |
Type: System.Reflection.BindingFlags |
ignoreElements (Optional) |
Type: System.Collections.Generic.ICollection.String. |
maxDepth (Optional) |
Type: System.UInt32 |