Méthode | Description | |
---|---|---|
GetAttachmentResult ( this documentSession, string key ) : System.Web.Mvc.ActionResult | ||
GetCandidate ( this documentSession, string versionNumber ) : |
||
GetEnvironment ( this documentSession, string name ) : ReleaseCandidateTracker.Models.DeploymentEnvironment | ||
GetSettings ( this documentSession ) : |
||
PutAttachment ( this documentSession, string key, string contentType, |
public static GetAttachmentResult ( this documentSession, string key ) : System.Web.Mvc.ActionResult | ||
documentSession | this | |
key | string | |
Résultat | System.Web.Mvc.ActionResult |
public static GetCandidate ( this documentSession, string versionNumber ) : |
||
documentSession | this | |
versionNumber | string | |
Résultat |
public static GetEnvironment ( this documentSession, string name ) : ReleaseCandidateTracker.Models.DeploymentEnvironment | ||
documentSession | this | |
name | string | |
Résultat | ReleaseCandidateTracker.Models.DeploymentEnvironment |
public static GetSettings ( this documentSession ) : |
||
documentSession | this | |
Résultat |
public static PutAttachment ( this documentSession, string key, string contentType, |
||
documentSession | this | |
key | string | |
contentType | string | |
fileContents | ||
Résultat | void |