Property | Type | Description | |
---|---|---|---|
DefaultDateTime | System.DateTime |
Method | Description | |
---|---|---|
GetBool ( this doc, string key, bool defaultValue = false ) : bool | ||
GetBsonArray ( this doc, string key ) : BsonArray | ||
GetBsonDocument ( this doc, string key ) : BsonDocument | ||
GetDateTime ( this doc, string key, System.DateTime defaultValue = default(DateTime) ) : System.DateTime | ||
GetDouble ( this doc, string key, Double defaultValue ) : Double | ||
GetInt ( this doc, string key, |
||
GetInt32 ( this doc, string key, |
||
GetString ( this doc, string key, string defaultValue = "" ) : string |
public static GetBool ( this doc, string key, bool defaultValue = false ) : bool | ||
doc | this | |
key | string | |
defaultValue | bool | |
return | bool |
public static GetBsonArray ( this doc, string key ) : BsonArray | ||
doc | this | |
key | string | |
return | BsonArray |
public static GetBsonDocument ( this doc, string key ) : BsonDocument | ||
doc | this | |
key | string | |
return | BsonDocument |
public static GetDateTime ( this doc, string key, System.DateTime defaultValue = default(DateTime) ) : System.DateTime | ||
doc | this | |
key | string | |
defaultValue | System.DateTime | |
return | System.DateTime |
public static GetDouble ( this doc, string key, Double defaultValue ) : Double | ||
doc | this | |
key | string | |
defaultValue | Double | |
return | Double |
public static GetInt ( this doc, string key, |
||
doc | this | |
key | string | |
defaultValue | ||
return |
public static GetInt32 ( this doc, string key, |
||
doc | this | |
key | string | |
defaultValue | ||
return |
public static GetString ( this doc, string key, string defaultValue = "" ) : string | ||
doc | this | |
key | string | |
defaultValue | string | |
return | string |