Definition Constructor (Type, Type, Boolean, IncludeMembers, BindingFlags, ICollection.String., UInt32)

Initializes a new instance of the Definition class.

Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

public Definition(
    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

readValue (Optional)

Type: System.Type
The read value for which a schema is to be added.

writeValue (Optional)

Type: System.Type
The write value for which a schema is to be added.

isFunction (Optional)

Type: System.Boolean
true to define this symbol as a function; false to not define this symbol as a function.

members (Optional)

Type: TcHmiSrv.DynamicSymbols.IncludeMembers
A bitmask comprised of one or more IncludeMembers that specify which members should be included.

bindingAttr (Optional)

Type: System.Reflection.BindingFlags
A bitmask comprised of one or more 'BindingFlags' that specify how the search is conducted.

ignoreElements (Optional)

Type: System.Collections.Generic.ICollection.String.
A collection of elements that should be ignored. To ignore elements in the write value use the prefix 'writeValue'.

maxDepth (Optional)

Type: System.UInt32
The maximum schema depth.

Reference

Definition Class

Definition Overload

TcHmiSrv.DynamicSymbols Namespace