Class BSONValueType
Value type of BSONValue. BSONValue may be used to store different value types and with that enum they may be distinguished.
Inheritance
System.Object
BSONValueType
Assembly: Eco.Shared.dll
Syntax
public sealed class BSONValueType : Enum
Fields
Array
Declaration
public const BSONValueType Array
Field Value
Binary
Declaration
public const BSONValueType Binary
Field Value
BlobRef
Declaration
public const BSONValueType BlobRef
Field Value
Boolean
Declaration
public const BSONValueType Boolean
Field Value
Byte
Declaration
public const BSONValueType Byte
Field Value
Cached
Declaration
public const BSONValueType Cached
Field Value
CacheRef
Declaration
public const BSONValueType CacheRef
Field Value
ClientCached
Declaration
public const BSONValueType ClientCached
Field Value
Color
Declaration
public const BSONValueType Color
Field Value
Compressed
Declaration
public const BSONValueType Compressed
Field Value
Double
Declaration
public const BSONValueType Double
Field Value
Float
Declaration
public const BSONValueType Float
Field Value
Guid
Declaration
public const BSONValueType Guid
Field Value
Int32
Declaration
public const BSONValueType Int32
Field Value
Int64
Declaration
public const BSONValueType Int64
Field Value
IntArray
Declaration
public const BSONValueType IntArray
Field Value
LocString
Declaration
public const BSONValueType LocString
Field Value
Null
Declaration
public const BSONValueType Null
Field Value
Object
Declaration
public const BSONValueType Object
Field Value
Quaternion
Declaration
public const BSONValueType Quaternion
Field Value
Recycling
Declaration
public const BSONValueType Recycling
Field Value
String
Declaration
public const BSONValueType String
Field Value
UInt64
Declaration
public const BSONValueType UInt64
Field Value
UShortArray
Declaration
public const BSONValueType UShortArray
Field Value
UTCDateTime
Declaration
public const BSONValueType UTCDateTime
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Byte |
|
ValueWithStatsRecording
Declaration
public const BSONValueType ValueWithStatsRecording
Field Value
Vector2
Declaration
public const BSONValueType Vector2
Field Value
Vector2i
Declaration
public const BSONValueType Vector2i
Field Value
Vector3
Declaration
public const BSONValueType Vector3
Field Value
Vector3i
Declaration
public const BSONValueType Vector3i
Field Value
View
Declaration
public const BSONValueType View
Field Value
ViewRef
Declaration
public const BSONValueType ViewRef
Field Value
ViewTypeId
Declaration
public const BSONValueType ViewTypeId
Field Value
ViewUpdate
Declaration
public const BSONValueType ViewUpdate
Field Value
Extension Methods