Click or drag to resize

ISingleton Interface

Marker interface. Ensures that a class is instantiated by MatchPoint only once. Use the sequence to specify the priority of the factory. Use numbers less than 1000 to ensure a higher priority than the MatchPoint factories.

Namespace:  Colygon.MatchPoint.Core.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public interface ISingleton

The ISingleton type exposes the following members.

Properties
  NameDescription
Public propertySequence
The sequence number for this singleton. Lower sequence has the higher priority.
Top
See Also