DataPlace
CustomGridEngineFactory Class
CSCS.DataPlace.EditCustomGridEngineFactory
Initializes a grid engine.
Declaration Syntax
C#
public class CustomGridEngineFactory : GridEngineFactoryBase
Members
All MembersConstructorsMethods



IconMemberDescription
CustomGridEngineFactory(Boolean)
Creates a new instance.

CreateEngine()()()
Creates a CustomGridEngine.
(Overrides GridEngineFactoryBase.CreateEngine()()().)
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
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);
Inheritance Hierarchy
Object
GridEngineFactoryBase
 CustomGridEngineFactory

Assembly: CS.DataPlace.Edit (Module: CS.DataPlace.Edit) Version: 2.0.3271.19832