Edit

GitUserDate Class

Definition

User info and date for Git operations.

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

Constructors

Name Description
GitUserDate()

Properties

Name Description
Date

Date of the Git operation.

Email

Email address of the user performing the Git operation.

ImageUrl

Url for the user's avatar.

Name

Name of the user performing the Git operation.

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