Shunde.NET Framework Class Library

FindObjectDelegate Delegate

A delegate to handle the creation of a new object, given only the name.

public delegate DBObject FindObjectDelegate(
   String name,
   Boolean createIfNotExists
);

Parameters

String
The name that the user has typed in
Boolean
If true, then the object will be attempted to be created, if possible, based on just the name

Requirements

Namespace: Shunde.Utilities

Assembly: Shunde (in Shunde.dll)

See Also

Shunde.Utilities Namespace