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

Name
Type
Description

_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.

Parameter
Type
Description

className

Class name

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.

Parameter
Type
Description

className

Returns: Boolean.

IsDerivedFrom(type)

Returns true if the object is derived from the class specified.

Parameter
Type
Description

type

Returns: Boolean.

IsValidClassName(className)

Determine whether the specified class name is a valid user-defined class name.

Parameter
Type
Description

className

Returns: Boolean.

Inherited By

Name
Description

Summary description for SalCoClass.

Summary description for SalObject.

OleErrorInfo implementation.

SalSafeArray implementation.

Variant implementation.

Last updated