WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
NBElementGenericType Class
NamespacesIBM.Broker.PluginNBElementGenericType
SUMMARY
The NBElementGenericType class represents the allowed generic types for all NBElements in the logical (hierarchical) view of the message. These generic types specify whether the NBElement has a Name, a Value, or both.
Declaration Syntax
C#Visual BasicVisual C++F#
public sealed class NBElementGenericType
Public NotInheritable Class NBElementGenericType
public ref class NBElementGenericType sealed
[<SealedAttribute>]
type NBElementGenericType =  class end
Members
All MembersMethodsFields



IconMemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Name
A name element has associated with it a string, which is the name of the element.

NameValue
A name-value element is an optimization of the case where a name element contains only a value element and nothing else.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Value
A value element has a value associated with it.

Inheritance Hierarchy
Object
NBElementGenericType

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0