GitStatusContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |