SalFunctionalClass
PPJ.Runtime.SalFunctionalClass
Namespace: PPJ.Runtime
Assembly: PPJ.Web.49 (4.9.0.0)
Summary description for SalFunctionalClass.
public class SalFunctionalClass
Constructors
SalFunctionalClass()

Default constructor.
Fields
_derived
Instance of the derived object that inherits this class as a second base in a multiple inheritance tree.
Methods
CreateFromString(className)

Creates an instance of the class.
Returns: SalFunctionalClass.
GetTypeName()

Returns the name of the class.
Returns: String. BOOL
IsDerivedFrom(className)

Returns true if the object is derived from the class specified.
Returns: Boolean.
IsDerivedFrom(type)

Returns true if the object is derived from the class specified.
Returns: Boolean.
IsValidClassName(className)

Determine whether the specified class name is a valid user-defined class name.
Returns: Boolean.
Inherited By
Summary description for SalCoClass.
Summary description for SalObject.
OleErrorInfo implementation.
SalSafeArray implementation.
Variant implementation.
Last updated