Click or drag to resize
ClassTypeSettings Class
Class type settings class.
Inheritance Hierarchy
SystemObject
  CMS.BaseClassTypeSettings

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public class ClassTypeSettings

The ClassTypeSettings type exposes the following members.

Constructors
  NameDescription
Public methodClassTypeSettings
Constructor.
Top
Properties
  NameDescription
Public propertyBaseClassNames
Gets or sets base class names, separated by semi-colon, to filter classes.
Public propertyBaseTypes
Gets list of current base types for class validation
Public propertyShowClasses
Indicates if classes should be selected.
Public propertyShowEnumerations
Indicates if enumerations should be selected.
Public propertyShowInterfaces
Indicates if interfaces should be selected.
Top
Methods
  NameDescription
Public methodGetCacheKey
Returns key to access cached data for given assembly name.
Top
See Also