BuildInfo Structure

Contains additional information that is used in the Definition class to pass additional information.

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

Syntax

C#

public struct BuildInfo

The BuildInfo type exposes the following members.

Constructors

 

Name

Description

BuildInfo Structure 1:

BuildInfo

Initializes a new instance of the BuildInfo class.

Properties

 

Name

Description

BuildInfo Structure 2:

BindingAttr

Contains a bitmask comprised of one or more 'BindingFlags' that specify how the search is conducted.

BuildInfo Structure 3:

IgnoreElements

Contains an ICollection.T. of elements that should be ignored. To ignore elements in the write value use the prefix 'writeValue'.

BuildInfo Structure 4:

MaxDepth

Contains the maximum schema depth.

BuildInfo Structure 5:

Members

Contains a bitmask comprised of one or more IncludeMembers that specify which members should be included.

Methods

 

Name

Description

BuildInfo Structure 6:

Equals

Determines whether the specified BuildInfo is equal to the current BuildInfo. (Overrides ValueType.Equals(Object).)

BuildInfo Structure 7:

GetHashCode

Serves as a hash function for a particular type. (Overrides ValueType.GetHashCode..)

BuildInfo Structure 8:

GetType

Gets the Type of the current instance. (Inherited from Object.)

BuildInfo Structure 9:

ToString

Returns the fully qualified type name of this instance. (Inherited from ValueType.)

Operators

 

Name

Description

BuildInfo Structure 10:

BuildInfo Structure 11:

Equality

Determines whether the specified BuildInfo is equal to the current BuildInfo.

BuildInfo Structure 12:

BuildInfo Structure 13:

Inequality

Determines whether the specified BuildInfo is not equal to the current BuildInfo.

Reference

TcHmiSrv.DynamicSymbols Namespace