C# Класс MongoDB.GridFS.GridFSExtensions

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

Открытые методы

Метод Описание
FileExists ( this col, string name ) : bool
GetFile ( this col, string name ) : FileInfo
GridFS ( this db ) : Collection
RemoveFile ( this col, string name ) : void

Приватные методы

Метод Описание
ChunkCollection ( this col ) : Collection
FilesCollection ( this col ) : Collection
FindFile ( this col, string name ) : Doc

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

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

public static FileExists ( this col, string name ) : bool
col this
name string
Результат bool

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

public static GetFile ( this col, string name ) : FileInfo
col this
name string
Результат FileInfo

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

public static GridFS ( this db ) : Collection
db this
Результат Collection

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

public static RemoveFile ( this col, string name ) : void
col this
name string
Результат void