ActionCollection Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- Herencia
- Atributos
Constructores
| ActionCollection() | |
| ActionCollection(ICollection) |
Propiedades
| Count | (Heredado de RuleEngineCollection) |
| IsFixedSize | (Heredado de RuleEngineCollection) |
| IsReadOnly | (Heredado de RuleEngineCollection) |
| IsSynchronized | (Heredado de RuleEngineCollection) |
| Item[Int32] | |
| ItemType | (Heredado de RuleEngineCollection) |
| SyncRoot | (Heredado de RuleEngineCollection) |
Métodos
| Add(Function) | |
| Add(Object) | (Heredado de RuleEngineCollection) |
| AddRange(ICollection) | |
| Clear() | (Heredado de RuleEngineCollection) |
| Clone() | |
| Contains(Function) | |
| Contains(Object) | (Heredado de RuleEngineCollection) |
| CopyTo(Array, Int32) | (Heredado de RuleEngineCollection) |
| CopyTo(Function[], Int32) | |
| GetEnumerator() | (Heredado de RuleEngineCollection) |
| IndexOf(Function) | |
| IndexOf(Object) | (Heredado de RuleEngineCollection) |
| Insert(Int32, Function) | |
| Insert(Int32, Object) | (Heredado de RuleEngineCollection) |
| Remove(Function) | |
| Remove(Object) | (Heredado de RuleEngineCollection) |
| RemoveAt(Int32) | (Heredado de RuleEngineCollection) |