NBElement SetValue Method IBM Integration Bus
Overload List

  NameDescription
Public methodSetValue(Boolean)
The SetValue method assigns the given Boolean value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Byte)
The SetValue method assigns the given Byte value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue( Byte )
The SetValue method assigns the given array unasigned char value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Char)
The SetValue method assigns the given Char value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(BitArray)
The SetValue method assigns the given BitArray value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(DateTime)
The SetValue method assigns the given DateTime value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(DateTimeOffset)
The SetValue method assigns the given DateTimeOffset value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Decimal)
The SetValue method assigns the given Decimal value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Double)
The SetValue method assigns the given Double value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Int16)
The SetValue method assigns the given Int16 value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Int32)
The SetValue method assigns the given Int value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Int64)
The SetValue method assigns the given Int64 value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Nullable Boolean )
The SetValue method assigns the given Nullable<bool> value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Nullable Byte )
The SetValue method assigns the given Nullable<Byte> value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Nullable Char )
The SetValue method assigns the given Nullable<char> value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Nullable DateTime )
The SetValue method assigns the given Nullable<DateTime> value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Nullable DateTimeOffset )
The SetValue method assigns the given Nullable<DateTimeOffset> value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Nullable Decimal )
The SetValue method assigns the given Nullable<Decimal> value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Nullable Double )
The SetValue method assigns the given Nullable<double> value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Nullable Int16 )
The SetValue method assigns the given Nullable<Int16> value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Nullable Int32 )
The SetValue method assigns the given Nullable<int> value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Nullable Int64 )
The SetValue method assigns the given Nullable<Int64> value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Nullable Single )
The SetValue method assigns the given Nullable<Single> value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Nullable TimeSpan )
The SetValue method assigns the given Nullable<TimeSpan> value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Object)
The SetValue method assigns the given Object's value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(Single)
The SetValue method assigns the given Single value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(String)
The SetValue method assigns the given String value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(TimeSpan)
The SetValue method assigns the given TimeSpan value to the NBElement and returns the current NBElement (whose value is set).
Public methodSetValue(DateTime, NBElementDateTimeType)
The SetValue method assigns the given DateTime value to the NBElement (using the NBElementTimeSpanType to determine the sub-type) and returns the current NBElement (whose value is set).
Public methodSetValue(DateTimeOffset, NBElementDateTimeType)
The SetValue method assigns the given DateTimeOffset value to the NBElement (using the NBElementDateTimeType to determine the sub-type) and returns the current NBElement (whose value is set).
Public methodSetValue(Nullable DateTime , NBElementDateTimeType)
The SetValue method assigns the given Nullable<DateTime> value to the NBElement (using the NBElementTimeSpanType to determine the sub-type) and returns the current NBElement (whose value is set).
Public methodSetValue(Nullable DateTimeOffset , NBElementDateTimeType)
The SetValue method assigns the given Nullable<DateTimeOffset> value to the NBElement (using the NBElementDateTimeType to determine the sub-type) and returns the current NBElement (whose value is set).
Public methodSetValue(Nullable TimeSpan , NBElementTimeSpanType)
The SetValue method assigns the given Nullable<TimeSpan> value to the NBElement (using the NBElementTimeSpanType to determine the sub-type) and returns the current NBElement (whose value is set).
Public methodSetValue(TimeSpan, NBElementTimeSpanType)
The SetValue method assigns the given TimeSpan value to the NBElement (using the NBElementTimeSpanType to determine the sub-type) and returns the current NBElement (whose value is set).
Back to Top
See Also