ResourceCollection Class

Definition

public ref class ResourceCollection sealed : Microsoft::BizTalk::ApplicationDeployment::IDeploymentResourceCollection, System::Collections::Generic::ICollection<Microsoft::BizTalk::ApplicationDeployment::IDeploymentResource ^>, System::Collections::Generic::IEnumerable<Microsoft::BizTalk::ApplicationDeployment::IDeploymentResource ^>
public sealed class ResourceCollection : Microsoft.BizTalk.ApplicationDeployment.IDeploymentResourceCollection, System.Collections.Generic.ICollection<Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource>, System.Collections.Generic.IEnumerable<Microsoft.BizTalk.ApplicationDeployment.IDeploymentResource>
type ResourceCollection = class
    interface IDeploymentResourceCollection
    interface ICollection<IDeploymentResource>
    interface seq<IDeploymentResource>
    interface IEnumerable
Public NotInheritable Class ResourceCollection
Implements ICollection(Of IDeploymentResource), IDeploymentResourceCollection, IEnumerable(Of IDeploymentResource)
Inheritance
ResourceCollection
Implements

Constructors

ResourceCollection(Application)

Properties

Count
IsReadOnly
SdmTypeFilter

Methods

Add(ICollection<IDeploymentResource>, Boolean)
Add(IDeploymentResource)
Add(IResource[], Boolean)
Add(String, IDictionary<String,String>, String, String, IDictionary<String,Object>, Boolean)
Add(String, String, String, IDictionary<String,Object>, Boolean)
Add(String, String, String, String, IDictionary<String,Object>, Boolean)
Clear()
Contains(IDeploymentResource)
CopyTo(IDeploymentResource[], Int32)
GetEnumerator()
Remove()
Remove(ICollection<IDeploymentResource>)
Remove(IDeploymentResource)
Remove(String, String)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Applies to