Overload List
Name | Description | |
---|---|---|
![]() | SetValue(Boolean) |
The SetValue method assigns the given Boolean value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Byte) |
The SetValue method assigns the given Byte value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue( Byte ) |
The SetValue method assigns the given array unasigned char value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Char) |
The SetValue method assigns the given Char value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(BitArray) |
The SetValue method assigns the given BitArray value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(DateTime) |
The SetValue method assigns the given DateTime value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(DateTimeOffset) |
The SetValue method assigns the given DateTimeOffset value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Decimal) |
The SetValue method assigns the given Decimal value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Double) |
The SetValue method assigns the given Double value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Int16) |
The SetValue method assigns the given Int16 value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Int32) |
The SetValue method assigns the given Int value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Int64) |
The SetValue method assigns the given Int64 value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Nullable Boolean ) |
The SetValue method assigns the given Nullable<bool> value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Nullable Byte ) |
The SetValue method assigns the given Nullable<Byte> value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Nullable Char ) |
The SetValue method assigns the given Nullable<char> value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Nullable DateTime ) |
The SetValue method assigns the given Nullable<DateTime> value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Nullable DateTimeOffset ) |
The SetValue method assigns the given Nullable<DateTimeOffset> value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Nullable Decimal ) |
The SetValue method assigns the given Nullable<Decimal> value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Nullable Double ) |
The SetValue method assigns the given Nullable<double> value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Nullable Int16 ) |
The SetValue method assigns the given Nullable<Int16> value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Nullable Int32 ) |
The SetValue method assigns the given Nullable<int> value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Nullable Int64 ) |
The SetValue method assigns the given Nullable<Int64> value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Nullable Single ) |
The SetValue method assigns the given Nullable<Single> value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Nullable TimeSpan ) |
The SetValue method assigns the given Nullable<TimeSpan> value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Object) |
The SetValue method assigns the given Object's value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(Single) |
The SetValue method assigns the given Single value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(String) |
The SetValue method assigns the given String value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(TimeSpan) |
The SetValue method assigns the given TimeSpan value to the NBElement and returns the current NBElement (whose value is set).
|
![]() | SetValue(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).
|
![]() | SetValue(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).
|
![]() | SetValue(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).
|
![]() | SetValue(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).
|
![]() | SetValue(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).
|
![]() | SetValue(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).
|
See Also