CatalogData Constructor (IEnumerable<CatalogResource>, IEnumerable<CatalogResource>, IEnumerable<CatalogNode>, Int32)
Creates a CatalogData object that is ready to be sent over a web service.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
resources As IEnumerable(Of CatalogResource), _
deletedResources As IEnumerable(Of CatalogResource), _
deletedNodes As IEnumerable(Of CatalogNode), _
locationServiceLastChangeId As Integer _
)
public CatalogData(
IEnumerable<CatalogResource> resources,
IEnumerable<CatalogResource> deletedResources,
IEnumerable<CatalogNode> deletedNodes,
int locationServiceLastChangeId
)
public:
CatalogData(
IEnumerable<CatalogResource^>^ resources,
IEnumerable<CatalogResource^>^ deletedResources,
IEnumerable<CatalogNode^>^ deletedNodes,
int locationServiceLastChangeId
)
new :
resources:IEnumerable<CatalogResource> *
deletedResources:IEnumerable<CatalogResource> *
deletedNodes:IEnumerable<CatalogNode> *
locationServiceLastChangeId:int -> CatalogData
public function CatalogData(
resources : IEnumerable<CatalogResource>,
deletedResources : IEnumerable<CatalogResource>,
deletedNodes : IEnumerable<CatalogNode>,
locationServiceLastChangeId : int
)
Parameters
resources
Type: System.Collections.Generic.IEnumerable<CatalogResource>The resources this data is based on.
deletedResources
Type: System.Collections.Generic.IEnumerable<CatalogResource>The deleted resources to base this data on.
deletedNodes
Type: System.Collections.Generic.IEnumerable<CatalogNode>The deleted nodes to base this data on.
locationServiceLastChangeId
Type: System.Int32The last change id for the location service.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.