Initializes a grid engine.
| C# |
public class CustomGridEngineFactory : GridEngineFactoryBase
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| CustomGridEngineFactory(Boolean) |
Creates a new instance.
| |
| CreateEngine()()() |
Creates a CustomGridEngine.
(Overrides GridEngineFactoryBase.CreateEngine()()().) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |
An instance of this class is established as the factory used to create grid engines.
This is done by adding a line like this before creating a grid, e.g. in your form's
constructor before calling InitializeComponent:
Examples
GridEngineFactory.Factory = new CustomGridEngineFactory(true);
| Object | ||
| GridEngineFactoryBase | ||
| CustomGridEngineFactory | ||