Construtor CatalogRuleValidationUtility
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)
Sintaxe
'Declaração
Public Sub New ( _
catalogService As TeamFoundationCatalogService, _
resources As Dictionary(Of Guid, CatalogResource), _
nodes As Dictionary(Of String, CatalogNode), _
deletes As List(Of KeyValuePair(Of CatalogNode, Boolean)), _
moves As List(Of KeyValuePair(Of CatalogNode, CatalogNode)), _
moveSourceToTarget As Dictionary(Of String, String) _
)
public CatalogRuleValidationUtility(
TeamFoundationCatalogService catalogService,
Dictionary<Guid, CatalogResource> resources,
Dictionary<string, CatalogNode> nodes,
List<KeyValuePair<CatalogNode, bool>> deletes,
List<KeyValuePair<CatalogNode, CatalogNode>> moves,
Dictionary<string, string> moveSourceToTarget
)
Parâmetros
- catalogService
Tipo: Microsoft.TeamFoundation.Server.Core.TeamFoundationCatalogService
- resources
Tipo: System.Collections.Generic.Dictionary<Guid, CatalogResource>
- nodes
Tipo: System.Collections.Generic.Dictionary<String, CatalogNode>
- deletes
Tipo: System.Collections.Generic.List<KeyValuePair<CatalogNode, Boolean>>
- moves
Tipo: System.Collections.Generic.List<KeyValuePair<CatalogNode, CatalogNode>>
- moveSourceToTarget
Tipo: System.Collections.Generic.Dictionary<String, String>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.