Свойство | Тип | Описание | |
---|---|---|---|
DefaultDateTime | System.DateTime |
Метод | Описание | |
---|---|---|
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 | |
Результат | bool |
public static GetBsonArray ( this doc, string key ) : BsonArray | ||
doc | this | |
key | string | |
Результат | BsonArray |
public static GetBsonDocument ( this doc, string key ) : BsonDocument | ||
doc | this | |
key | string | |
Результат | BsonDocument |
public static GetDateTime ( this doc, string key, System.DateTime defaultValue = default(DateTime) ) : System.DateTime | ||
doc | this | |
key | string | |
defaultValue | System.DateTime | |
Результат | System.DateTime |
public static GetDouble ( this doc, string key, Double defaultValue ) : Double | ||
doc | this | |
key | string | |
defaultValue | Double | |
Результат | Double |
public static GetInt ( this doc, string key, |
||
doc | this | |
key | string | |
defaultValue | ||
Результат |
public static GetInt32 ( this doc, string key, |
||
doc | this | |
key | string | |
defaultValue | ||
Результат |
public static GetString ( this doc, string key, string defaultValue = "" ) : string | ||
doc | this | |
key | string | |
defaultValue | string | |
Результат | string |