Edit

GitSubmoduleItem Class

Definition

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

Constructors

GitSubmoduleItem(GitItem)

Properties

ChangeDate (Inherited from ItemModel)
ChildItems (Inherited from ItemModel)
CommitId

This is not used on the serverside, but is used by TypeScript. Its added here for code generation.

(Inherited from GitItem)
ContentMetadata (Inherited from ItemModel)
GitObjectType (Inherited from GitItem)
IsFolder (Inherited from ItemModel)
IsSymbolicLink (Inherited from ItemModel)
Name
NewObjectId
ObjectId

Git object id

(Inherited from GitItem)
OldObjectId
RepositoryUrl
ServerItem (Inherited from ItemModel)
Url (Inherited from Entity)
VersionDescription (Inherited from ItemModel)
VersionString (Inherited from ItemModel)

Methods

SetSecuredObject(ISecuredObject) (Inherited from GitItem)

Explicit Interface Implementations

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

Applies to