Kinetica C# API
Version 7.2.3.1
RecordValue Member List
This is the complete list of members for
RecordValue
, including all inherited members.
AsBool
()
RecordValue
inline
AsBytes
()
RecordValue
inline
AsDouble
()
RecordValue
inline
AsFloat
()
RecordValue
inline
AsInt
()
RecordValue
inline
AsLong
()
RecordValue
inline
AsString
()
RecordValue
inline
Boolean
(bool value)
RecordValue
static
Bytes
(byte[] value)
RecordValue
static
Double
(double value)
RecordValue
static
Equals
(RecordValue other)
RecordValue
inline
Equals
(object? obj)
RecordValue
Float
(float value)
RecordValue
static
GetHashCode
()
RecordValue
inline
Int
(int value)
RecordValue
static
IsNull
RecordValue
Long
(long value)
RecordValue
static
Null
()
RecordValue
static
operator !=
(RecordValue left, RecordValue right)
RecordValue
static
operator RecordValue
(int value)
RecordValue
static
operator RecordValue
(long value)
RecordValue
static
operator RecordValue
(float value)
RecordValue
static
operator RecordValue
(double value)
RecordValue
static
operator RecordValue
(string value)
RecordValue
static
operator RecordValue
(byte[] value)
RecordValue
static
operator RecordValue
(bool value)
RecordValue
static
operator RecordValue
(int? value)
RecordValue
static
operator RecordValue
(long? value)
RecordValue
static
operator RecordValue
(float? value)
RecordValue
static
operator RecordValue
(double? value)
RecordValue
static
operator RecordValue
(bool? value)
RecordValue
static
operator==
(RecordValue left, RecordValue right)
RecordValue
static
String
(string value)
RecordValue
static
ToString
()
RecordValue
inline
TryGetBool
(out bool value)
RecordValue
inline
TryGetBytes
(out byte[]? value)
RecordValue
inline
TryGetDouble
(out double value)
RecordValue
inline
TryGetFloat
(out float value)
RecordValue
inline
TryGetInt
(out int value)
RecordValue
inline
TryGetLong
(out long value)
RecordValue
inline
TryGetString
(out string? value)
RecordValue
inline
Type
RecordValue
Generated by
1.8.15