C# Класс ReleaseCandidateTracker.DocumentSessionExtensions

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

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

Метод Описание
GetAttachmentResult ( this documentSession, string key ) : System.Web.Mvc.ActionResult
GetCandidate ( this documentSession, string versionNumber ) : ReleaseCandidate
GetEnvironment ( this documentSession, string name ) : ReleaseCandidateTracker.Models.DeploymentEnvironment
GetSettings ( this documentSession ) : Settings
PutAttachment ( this documentSession, string key, string contentType, Stream fileContents ) : void

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

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

public static GetAttachmentResult ( this documentSession, string key ) : System.Web.Mvc.ActionResult
documentSession this
key string
Результат System.Web.Mvc.ActionResult

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

public static GetCandidate ( this documentSession, string versionNumber ) : ReleaseCandidate
documentSession this
versionNumber string
Результат ReleaseCandidateTracker.Models.ReleaseCandidate

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

public static GetEnvironment ( this documentSession, string name ) : ReleaseCandidateTracker.Models.DeploymentEnvironment
documentSession this
name string
Результат ReleaseCandidateTracker.Models.DeploymentEnvironment

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

public static GetSettings ( this documentSession ) : Settings
documentSession this
Результат ReleaseCandidateTracker.Models.Settings

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

public static PutAttachment ( this documentSession, string key, string contentType, Stream fileContents ) : void
documentSession this
key string
contentType string
fileContents System.IO.Stream
Результат void