Click or drag to resize
IAgendaGroupTInstance, TReason Interface

Namespace: FlexRule.Validation.Agenda.Activations
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IAgendaGroup<TInstance, TReason> : IEnumerable<IActivation<TInstance, TReason>>, 
	IEnumerable
where TInstance : IAgendaTarget

Type Parameters

TInstance
TReason

The IAgendaGroupTInstance, TReason type exposes the following members.

Properties
  NameDescription
Public propertyName
Name of the current group
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIActivationTInstance, TReason.)
Top
Extension Methods
See Also