ICatalogResourceTypeRuleSet Interface
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<InheritedExportAttribute> _
Public Interface ICatalogResourceTypeRuleSet
[InheritedExportAttribute]
public interface ICatalogResourceTypeRuleSet
[InheritedExportAttribute]
public interface class ICatalogResourceTypeRuleSet
[<InheritedExportAttribute>]
type ICatalogResourceTypeRuleSet = interface end
public interface ICatalogResourceTypeRuleSet
The ICatalogResourceTypeRuleSet type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetDeleteValidationSpecs | Returns the DeleteValidationDelegates that are defined in this class. | |
GetNodeValidationSpecs | Returns the NodeValidationDelegates that are defined in this class. | |
GetResourceTypeConstraints | Returns the resource type constraints that are defined in this class. | |
GetResourceValidationSpecs | Returns the ResourceValidationDelegates that are defined in this class. |
Top