Edit

Share via


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

GitStatusContext()

Properties

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

SetSecuredObject(ISecuredObject) (Inherited from VersionControlSecuredObject)

Explicit Interface Implementations

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

Applies to