TeamFoundationPropertyService Methods

Include Protected Members
Include Inherited Members

The TeamFoundationPropertyService type exposes the following members.

Methods

  Name Description
Public method CreateArtifactKind
Public method CreatePropertyDefinition
Public method DeleteArtifactKind
Public method DeleteArtifacts Deletes the specified artifacts and all their associated properties.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetArtifactKind
Public method GetArtifactKinds Gets available artifact kinds
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetProperties(TeamFoundationRequestContext, ArtifactSpec, IEnumerable<String>)
Public method GetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactSpec>, IEnumerable<String>) Gets properties associated to given artifacts specs that satisfies property name filters. Note: All artifacts must be from the same artifact kind.
Public method GetProperties(TeamFoundationRequestContext, Guid, IEnumerable<String>) Returns ArtifactPropertyValues for all artifacts in a kind which have specific properties set.
Public method GetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactSpec>, IEnumerable<String>, GetPropertiesOptions) Gets properties associated to given artifacts specs that satisfies property name filters. Note: All artifacts must be from the same artifact kind.
Public method GetProperties(TeamFoundationRequestContext, Guid, String, IEnumerable<String>)
Public method GetPropertyDefinitions
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method SetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactPropertyValue>) Sets properties to artifacts Note: All artifacts must be of the same kind.
Public method SetProperties(TeamFoundationRequestContext, ArtifactSpec, IEnumerable<PropertyValue>) Sets properties to an artifact
Public method SetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactSpec>, IEnumerable<PropertyValue>) SetProperties overload which will update each artifact in the artifact spec list and set each property specified. Effectively this is a Cross-Join Update.
Public method SetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactPropertyValue>, Nullable<DateTime>, Nullable<Guid>) Sets properties to artifacts Note: All artifacts must be of the same kind.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceEnd Perform any necessary clean-up steps.
Explicit interface implemetationPrivate method ITeamFoundationService.ServiceStart Perform any necessary initialization steps.

Top

See Also

Reference

TeamFoundationPropertyService Class

Microsoft.TeamFoundation.Framework.Server Namespace