C# 클래스 ReleaseCandidateTracker.DocumentSessionExtensions

파일 보기 프로젝트 열기: SzymonPobiega/ReleaseCandidateTracker

공개 메소드들

메소드 설명
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