BSONElement T  ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Base class for BSON elements with typed Value property
Inheritance Hierarchy

OnlineSystem Object
  NFX.Serialization.BSON BSONElement
    NFX.Serialization.BSON BSONElement T 
      NFX.Serialization.BSON BSONArrayElement
      NFX.Serialization.BSON BSONBinaryElement
      NFX.Serialization.BSON BSONBooleanElement
      NFX.Serialization.BSON BSONDateTimeElement
      NFX.Serialization.BSON BSONDocumentElement
      NFX.Serialization.BSON BSONDoubleElement
      NFX.Serialization.BSON BSONInt32Element
      NFX.Serialization.BSON BSONInt64Element
      NFX.Serialization.BSON BSONJavaScriptElement
      NFX.Serialization.BSON BSONJavaScriptWithScopeElement
      NFX.Serialization.BSON BSONObjectIDElement
      NFX.Serialization.BSON BSONRegularExpressionElement
      NFX.Serialization.BSON BSONStringElement
      NFX.Serialization.BSON BSONTimestampElement

Namespace: NFX.Serialization.BSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public abstract class BSONElement<T> : BSONElement
Type Parameters

T
See Also