RuleSetInfoCollection 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 RuleSetInfoCollection sealed : Microsoft::RuleEngine::RuleEngineCollection
[System.Serializable]
public sealed class RuleSetInfoCollection : Microsoft.RuleEngine.RuleEngineCollection
type RuleSetInfoCollection = class
inherit RuleEngineCollection
Public NotInheritable Class RuleSetInfoCollection
Inherits RuleEngineCollection
- Herencia
- Atributos
Constructores
| RuleSetInfoCollection() | |
| RuleSetInfoCollection(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(Object) | (Heredado de RuleEngineCollection) |
| Add(RuleSetInfo) | |
| AddRange(ICollection) | |
| Clear() | (Heredado de RuleEngineCollection) |
| Clone() | |
| Contains(Object) | (Heredado de RuleEngineCollection) |
| Contains(RuleSetInfo) | |
| CopyTo(Array, Int32) | (Heredado de RuleEngineCollection) |
| CopyTo(RuleSetInfo[], Int32) | |
| GetEnumerator() | (Heredado de RuleEngineCollection) |
| IndexOf(Object) | (Heredado de RuleEngineCollection) |
| IndexOf(RuleSetInfo) | |
| Insert(Int32, Object) | (Heredado de RuleEngineCollection) |
| Insert(Int32, RuleSetInfo) | |
| Remove(Object) | (Heredado de RuleEngineCollection) |
| Remove(RuleSetInfo) | |
| RemoveAt(Int32) | (Heredado de RuleEngineCollection) |