The SalFunctionalClass type exposes the following members.

Constructors

  NameDescription
Public methodSalFunctionalClass
Default constructor.

Methods

  NameDescription
Public methodStatic memberCreateFromString
Creates an instance of the class.
Public methodGetTypeName
Returns the name of the class.
Public methodIsDerivedFrom(String)
Returns true if the object is derived from the class specified.
Public methodIsDerivedFrom(Type)
Returns true if the object is derived from the class specified.
Public methodStatic memberIsValidClassName
Determine whether the specified class name is a valid user-defined class name.

Operators

  NameDescription
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(SalFunctionalClass to Boolean)
Automatic casting from SalFunctionalClass to boolean

Fields

  NameDescription
Public field_derived
Instance of the derived object that inherits this class as a second base in a multiple inheritance tree.

See Also