ActionCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class ActionCollection sealed : Microsoft::RuleEngine::RuleEngineCollection
[System.Serializable]
public sealed class ActionCollection : Microsoft.RuleEngine.RuleEngineCollection
type ActionCollection = class
inherit RuleEngineCollection
Public NotInheritable Class ActionCollection
Inherits RuleEngineCollection
- Inheritance
- Attributes
Constructors
ActionCollection() | |
ActionCollection(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(Function) | |
Add(Object) | (Inherited from RuleEngineCollection) |
AddRange(ICollection) | |
Clear() | (Inherited from RuleEngineCollection) |
Clone() | |
Contains(Function) | |
Contains(Object) | (Inherited from RuleEngineCollection) |
CopyTo(Array, Int32) | (Inherited from RuleEngineCollection) |
CopyTo(Function[], Int32) | |
GetEnumerator() | (Inherited from RuleEngineCollection) |
IndexOf(Function) | |
IndexOf(Object) | (Inherited from RuleEngineCollection) |
Insert(Int32, Function) | |
Insert(Int32, Object) | (Inherited from RuleEngineCollection) |
Remove(Function) | |
Remove(Object) | (Inherited from RuleEngineCollection) |
RemoveAt(Int32) | (Inherited from RuleEngineCollection) |