Definition Class

Contains the additional information for a definition that is required by GetSchema(Command, Definition) and GetDefinitions(Command, IEnumerable.Definition.) .

Inheritance Hierarchy

System.Object
  TcHmiSrv.DynamicSymbols.Definition
    TcHmiSrv.DynamicSymbols.Symbol
Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

public class Definition : IExtendedDefinition<Type, BuildInfo>, 
    IDefinition<Type>

The Definition type exposes the following members.

Constructors

 

Name

Description

Definition Class 1:

Definition(BuildInfo, Type, Type, Boolean)

Initializes a new instance of the Definition class.

Definition Class 2:

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

Initializes a new instance of the Definition class.

Properties

 

Name

Description

Definition Class 3:

BindingAttr

Obsolete.

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

Definition Class 4:

IgnoreElements

Obsolete.

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

Definition Class 5:

Info

Contains additional BuildInfo of the Definition.

Definition Class 6:

IsFunction

Contains a value that indicates if the Definition is a function.

Definition Class 7:

MaxDepth

Obsolete.

Contains the maximum schema depth.

Definition Class 8:

Members

Obsolete.

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

Definition Class 9:

ReadValue

Contains the read value of the Definition.

Definition Class 10:

ThrowException

Obsolete.

Contains a value that indicates whether to throw an Exception after MaxDepth has been reached or to return null schemas.

Definition Class 11:

WriteValue

Contains the write value of the Definition.

Methods

 

Name

Description

Definition Class 12:

Equals

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

Definition Class 13:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Definition Class 14:

GetHashCode

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

Definition Class 15:

GetType

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

Definition Class 16:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Definition Class 17:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Operators

 

Name

Description

Definition Class 18:

Definition Class 19:

Equality

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

Definition Class 20:

Definition Class 21:

Inequality

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

Reference

TcHmiSrv.DynamicSymbols Namespace