Share via


DeploymentHistoryInfoCollection Class

Definition

public ref class DeploymentHistoryInfoCollection sealed : Microsoft::RuleEngine::RuleEngineCollection
[System.Serializable]
public sealed class DeploymentHistoryInfoCollection : Microsoft.RuleEngine.RuleEngineCollection
type DeploymentHistoryInfoCollection = class
    inherit RuleEngineCollection
Public NotInheritable Class DeploymentHistoryInfoCollection
Inherits RuleEngineCollection
Inheritance
DeploymentHistoryInfoCollection
Attributes

Constructors

DeploymentHistoryInfoCollection()
DeploymentHistoryInfoCollection(ICollection)

Properties

Count (Inherited from RuleEngineCollection)
IsFixedSize (Inherited from RuleEngineCollection)
IsReadOnly (Inherited from RuleEngineCollection)
IsSynchronized (Inherited from RuleEngineCollection)
Item[Int32]
ItemType (Inherited from RuleEngineCollection)
SyncRoot (Inherited from RuleEngineCollection)

Methods

Add(DeploymentHistoryInfo)
Add(Object) (Inherited from RuleEngineCollection)
AddRange(ICollection)
Clear() (Inherited from RuleEngineCollection)
Clone()
Contains(DeploymentHistoryInfo)
Contains(Object) (Inherited from RuleEngineCollection)
CopyTo(Array, Int32) (Inherited from RuleEngineCollection)
CopyTo(RuleSetInfo[], Int32)
GetEnumerator() (Inherited from RuleEngineCollection)
IndexOf(DeploymentHistoryInfo)
IndexOf(Object) (Inherited from RuleEngineCollection)
Insert(Int32, DeploymentHistoryInfo)
Insert(Int32, Object) (Inherited from RuleEngineCollection)
Remove(DeploymentHistoryInfo)
Remove(Object) (Inherited from RuleEngineCollection)
RemoveAt(Int32) (Inherited from RuleEngineCollection)

Applies to