Méthode | Description | |
---|---|---|
GetActualType ( MongoDB.Bson.IO.BsonReader bsonReader, |
Gets the actual type of an object by reading the discriminator from a BsonReader.
|
|
GetDiscriminator ( |
Gets the discriminator value for an actual type.
|
Méthode | Description | |
---|---|---|
StandardDiscriminatorConvention ( string elementName ) : System |
Initializes a new instance of the StandardDiscriminatorConvention class.
|
public GetActualType ( MongoDB.Bson.IO.BsonReader bsonReader, |
||
bsonReader | MongoDB.Bson.IO.BsonReader | The reader. |
nominalType | The nominal type. | |
Résultat |
public abstract GetDiscriminator ( |
||
nominalType | The nominal type. | |
actualType | The actual type. | |
Résultat | BsonValue |
protected StandardDiscriminatorConvention ( string elementName ) : System | ||
elementName | string | The element name. |
Résultat | System |