Click or drag to resize
ActivationTInstance, TReason Class
For any match, an activation will be placed into agenda
Inheritance Hierarchy
SystemObject
  FlexRule.Validation.Agenda.ActivationsActivationTInstance, TReason

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

Type Parameters

TInstance
TReason

The ActivationTInstance, TReason type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyInstance
Public propertyReason
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(ActivationTInstance, TReason)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also