ItemModel 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]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.TfsItem))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.GitItem))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.GitSubmoduleItem))]
public abstract class ItemModel : Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.Entity
type ItemModel = class
inherit Entity
Public MustInherit Class ItemModel
Inherits Entity
- Inheritance
- Derived
- Attributes
Constructors
| ItemModel() |
Properties
| ChangeDate | |
| ChildItems | |
| ContentMetadata | |
| IsFolder | |
| IsSymbolicLink | |
| ServerItem | |
| Url | (Inherited from Entity) |
| VersionDescription | |
| VersionString | |
Methods
| SetSecuredObject(ISecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |