GitSubmoduleItem 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.
[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) |