GitItem 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 GitItem : Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.ItemModel
type GitItem = class
inherit ItemModel
Public Class GitItem
Inherits ItemModel
- Inheritance
- Derived
- Attributes
Constructors
| GitItem() | |
| GitItem(Byte[]) | |
| GitItem(GitObjectId) | |
| GitItem(String, Byte[], GitObjectType, String, Int32) |
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. |
| ContentMetadata | (Inherited from ItemModel) |
| GitObjectType | |
| IsFolder | (Inherited from ItemModel) |
| IsSymbolicLink | (Inherited from ItemModel) |
| ObjectId |
Git object id |
| ServerItem | (Inherited from ItemModel) |
| Url | (Inherited from Entity) |
| VersionDescription | (Inherited from ItemModel) |
| VersionString | (Inherited from ItemModel) |
Methods
| SetSecuredObject(ISecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |