Click or drag to resize
ClassHelper Methods

The ClassHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClassLoaded
Indicates if given class is loaded.
Protected methodClassLoadedInternal
Indicates if given class is loaded.
Public methodStatic memberGetAssembly
Loads the given assembly.
Protected methodGetAssemblyInternal
Loads the given assembly.
Public methodStatic memberGetAssemblyNames
Gets list of assembly names by given restrictions.
Protected methodGetAssemblyNamesInternal
Gets list of assembly names by given restrictions. Returns assemblies that contains at least one class fullfilling restrictions.
Public methodStatic memberGetClass(String, String)
Gets the new object of given class.
Public methodStatic memberGetClassReturnType(String, String)
Gets the new object of given class.
Public methodStatic memberGetClasses
Gets classes for given assembly name and filter settings
Protected methodGetClassesInternal
Gets classes for given assembly name and class restrictions settings.
Protected methodGetClassInternal
Gets the new object of given class.
Public methodStatic memberGetClassType
Gets the new object of given class.
Protected methodGetClassTypeInternal
Gets the type of given class.
Protected methodGetCustomClass
Attempts to get the custom class
Public methodStatic memberGetCustomClassNames
Gets the list of registered custom class names.
Protected methodGetCustomClassNamesInternal
Gets the list of registered custom class names.
Public methodStatic memberGetEmptyObject
Gets the empty object of the given type
Public methodStatic memberIsAllowed
Checks if given type is allowed based on base class name.
Public methodStatic memberIsCustomClass
Indicates if given assembly name represents custom class
Protected methodIsCustomClassInternal
Indicates if given assembly name represents custom class
Public methodStatic memberRegisterAliasForObjectType
Registers the class alias for backward compatibility
Public methodStatic memberRegisterCustomClass(String, String, IObjectFactory)
Registers the custom class under the given assembly name and class name. Overrides the default one
Public methodStatic memberRegisterCustomClassClassType(String)
Registers the custom App_Code class under the class name. Overrides the default one
Public methodStatic memberRegisterCustomClassClassType(String, String)
Registers the custom class under the given assembly name and class name. Overrides the default one
Public methodSetAsDefaultHelper
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also