TeamFoundationPropertyService 클래스
이 문서의 내용
관리자 인터페이스의 기본 구현입니다.
일반 아티팩트 속성 서비스 관리 기능을 제공 합니다.
상속 계층 구조
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationPropertyService
네임스페이스: Microsoft.TeamFoundation.Framework.Server
어셈블리: Microsoft.TeamFoundation.Framework.Server(Microsoft.TeamFoundation.Framework.Server.dll)
구문
‘선언
<TeamFoundationServiceDependency(GetType(TeamFoundationSqlNotificationService))> _
Public NotInheritable Class TeamFoundationPropertyService _
Implements ITeamFoundationService
[TeamFoundationServiceDependency(typeof(TeamFoundationSqlNotificationService))]
public sealed class TeamFoundationPropertyService : ITeamFoundationService
TeamFoundationPropertyService 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
CreateArtifactKind
CreatePropertyDefinition
DeleteArtifactKind
DeleteArtifacts
지정한 아티팩트 및 모든 관련된 속성을 삭제합니다.
Equals
지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (Object 에서 상속됨)
GetArtifactKind
GetArtifactKinds
사용할 수 있는 아티팩트 종류를 가져옵니다.
GetHashCode
기본 해시 함수로 작동합니다. (Object 에서 상속됨)
GetProperties(TeamFoundationRequestContext, ArtifactSpec, IEnumerable<String>)
GetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactSpec>, IEnumerable<String>)
제공 되는 속성 이름 필터를 만족 하는 항목 사양에 관련 된 속성을 가져옵니다. 참고: 같은 아티팩트의 종류에서 모든 아티팩트 여야 합니다.
GetProperties(TeamFoundationRequestContext, Guid, IEnumerable<String>)
특정 속성을 설정 하는 일종의 모든 아티팩트에 대 한 ArtifactPropertyValues를 반환 합니다.
GetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactSpec>, IEnumerable<String>, GetPropertiesOptions)
제공 되는 속성 이름 필터를 만족 하는 항목 사양에 관련 된 속성을 가져옵니다. 참고: 같은 아티팩트의 종류에서 모든 아티팩트 여야 합니다.
GetProperties(TeamFoundationRequestContext, Guid, String, IEnumerable<String>)
GetPropertyDefinitions
GetType
현재 인스턴스의 Type 을 가져옵니다. (Object 에서 상속됨)
SetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactPropertyValue>)
참고 항목에 속성을 설정: 모든 아티팩트 종류 같은 이어야 합니다.
SetProperties(TeamFoundationRequestContext, ArtifactSpec, IEnumerable<PropertyValue>)
아티팩트 속성 설정
SetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactSpec>, IEnumerable<PropertyValue>)
SetProperties 각 아티팩트 아티팩트 사양 목록에서 업데이트 되며 지정 된 각 속성을 설정 하는 오버 로드 됩니다. 효과적으로 크로스 조인을 업데이트입니다.
SetProperties(TeamFoundationRequestContext, IEnumerable<ArtifactPropertyValue>, Nullable<DateTime>, Nullable<Guid>)
참고 항목에 속성을 설정: 모든 아티팩트 종류 같은 이어야 합니다.
ToString
현재 개체를 나타내는 문자열을 반환합니다. (Object 에서 상속됨)
위쪽
명시적 인터페이스 구현
위쪽
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.
참고 항목
참조
Microsoft.TeamFoundation.Framework.Server 네임스페이스