Click or drag to resize

BootstrapperSettingsControllers Class

Settings for controllers
Inheritance Hierarchy
SystemObject
  Crosser.ServerBootstrapperSettingsControllers

Namespace:  Crosser.Server
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public static class Controllers

The BootstrapperSettingsControllers type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberClassNameMaxLength
Max length for class names (if longer than this use the AliasAttribute to make it shorter)
Public propertyStatic memberMethodNameMaxLength
Max length for method names (if longer than this use the AliasAttribute to make it shorter)
Top
See Also