Click or drag to resize
ElementActivatorResgitry Class
This registers and holds to necessary factories that are required for model activation process
Inheritance Hierarchy
SystemObject
  FlexRuleMarshalByRefBase
    FlexRuleServiceTypeRegistryAbstractElementActivatorFactory
      FlexRuleElementActivatorResgitry

Namespace: FlexRule
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ElementActivatorResgitry : ServiceTypeRegistry<AbstractElementActivatorFactory>, 
	IElementActivatorRegistry, IServiceTypeRegistry<AbstractElementActivatorFactory>, IDisposable, ISerializable

The ElementActivatorResgitry type exposes the following members.

Constructors
Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 methodStatic memberFindActivators
Finds and caches all the activators for an assembly i.e. all concrete and public implementations of factories.
Public methodGetFactories
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData
Public methodGetService (Inherited from ServiceTypeRegistryTService.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsRegistered (Inherited from ServiceTypeRegistryTService.)
Public methodLoadAndRegister (Overrides ServiceTypeRegistryTServiceLoadAndRegister(String, String).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDeserialize (Overrides ServiceTypeRegistryTServiceOnDeserialize(SerializationEntry).)
Public methodRegisterElement
Public methodRegisterFactory
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also