C# Class ReleaseCandidateTracker.DocumentSessionExtensions

Afficher le fichier Open project: SzymonPobiega/ReleaseCandidateTracker

Méthodes publiques

Méthode Description
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

Method Details

GetAttachmentResult() public static méthode

public static GetAttachmentResult ( this documentSession, string key ) : System.Web.Mvc.ActionResult
documentSession this
key string
Résultat System.Web.Mvc.ActionResult

GetCandidate() public static méthode

public static GetCandidate ( this documentSession, string versionNumber ) : ReleaseCandidate
documentSession this
versionNumber string
Résultat ReleaseCandidateTracker.Models.ReleaseCandidate

GetEnvironment() public static méthode

public static GetEnvironment ( this documentSession, string name ) : ReleaseCandidateTracker.Models.DeploymentEnvironment
documentSession this
name string
Résultat ReleaseCandidateTracker.Models.DeploymentEnvironment

GetSettings() public static méthode

public static GetSettings ( this documentSession ) : Settings
documentSession this
Résultat ReleaseCandidateTracker.Models.Settings

PutAttachment() public static méthode

public static PutAttachment ( this documentSession, string key, string contentType, Stream fileContents ) : void
documentSession this
key string
contentType string
fileContents System.IO.Stream
Résultat void