Edit

GitStatusContext Class

Definition

Status context that uniquely identifies the status.

[System.Runtime.Serialization.DataContract]
public class GitStatusContext : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitStatusContext = class
    inherit VersionControlSecuredObject
Public Class GitStatusContext
Inherits VersionControlSecuredObject
Inheritance
Attributes

Constructors

Name Description
GitStatusContext()

Properties

Name Description
Genre

Genre of the status. Typically name of the service/tool generating the status, can be empty.

Name

Name identifier of the status, cannot be null or empty.

Methods

Name Description
SetSecuredObject(ISecuredObject) (Inherited from VersionControlSecuredObject)

Explicit Interface Implementations

Name Description
ISecuredObject.GetToken() (Inherited from VersionControlSecuredObject)
ISecuredObject.NamespaceId (Inherited from VersionControlSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from VersionControlSecuredObject)

Applies to