ClassTypeSettings Constructor |
Constructor.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public ClassTypeSettings(
string baseClassNames = null,
bool showClasses = true,
bool showEnumerations = false,
bool showInterfaces = false
)
Parameters
- baseClassNames (Optional)
- Type: SystemString
Base class names (separated by semi-colon) to filter its child classes. - showClasses (Optional)
- Type: SystemBoolean
Indicates if classes should be selected. - showEnumerations (Optional)
- Type: SystemBoolean
Indicates if enumerations should be selected. - showInterfaces (Optional)
- Type: SystemBoolean
Indicates if interfaces should be selected.
See Also