[This is preliminary documentation and is subject to change.]
Obtains the default Layout object of a particular
type for this class.
| C# |
public Layout GetDefaultLayout( LayoutType requestedType )
- requestedType (LayoutType)
- The LayoutType of the default layout to get.
The default Layout or null if there are no layouts for this class
or its base classes of the given type which are marked as
default.
If no default layouts for this class are found, then layouts for
any base classes are searched, in order from this class down to but not
including the root class Persistent.