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

GitUserDate()

Properties

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

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