C# Класс Prototype.Platform.Mongo.MongoExtensions

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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, Int32 defaultValue ) : Int32
GetInt32 ( this doc, string key, Int32 defaultValue ) : Int32
GetString ( this doc, string key, string defaultValue = "" ) : string

Описание методов

GetBool() публичный статический Метод

public static GetBool ( this doc, string key, bool defaultValue = false ) : bool
doc this
key string
defaultValue bool
Результат bool

GetBsonArray() публичный статический Метод

public static GetBsonArray ( this doc, string key ) : BsonArray
doc this
key string
Результат BsonArray

GetBsonDocument() публичный статический Метод

public static GetBsonDocument ( this doc, string key ) : BsonDocument
doc this
key string
Результат BsonDocument

GetDateTime() публичный статический Метод

public static GetDateTime ( this doc, string key, System.DateTime defaultValue = default(DateTime) ) : System.DateTime
doc this
key string
defaultValue System.DateTime
Результат System.DateTime

GetDouble() публичный статический Метод

public static GetDouble ( this doc, string key, Double defaultValue ) : Double
doc this
key string
defaultValue Double
Результат Double

GetInt() публичный статический Метод

public static GetInt ( this doc, string key, Int32 defaultValue ) : Int32
doc this
key string
defaultValue System.Int32
Результат System.Int32

GetInt32() публичный статический Метод

public static GetInt32 ( this doc, string key, Int32 defaultValue ) : Int32
doc this
key string
defaultValue System.Int32
Результат System.Int32

GetString() публичный статический Метод

public static GetString ( this doc, string key, string defaultValue = "" ) : string
doc this
key string
defaultValue string
Результат string

Описание свойств

DefaultDateTime публичное статическое свойство

public static DateTime,System DefaultDateTime
Результат System.DateTime