SalFunctionalClass
Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.49 (4.9.0.0)
Summary description for SalFunctionalClass.
- C#
- VB.NET
public class SalFunctionalClass
Public Class SalFunctionalClass
Constructors
SalFunctionalClass()
Default constructor.
Fields
| Name | Type | Description |
|---|---|---|
| _derived | Object | 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 | String | 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 | String |
Returns: Boolean.
IsDerivedFrom(type)
Returns true if the object is derived from the class specified.
| Parameter | Type | Description |
|---|---|---|
| type | Type |
Returns: Boolean.
IsValidClassName(className)
Determine whether the specified class name is a valid user-defined class name.
| Parameter | Type | Description |
|---|---|---|
| className | String |
Returns: Boolean.
Inherited By
| Name | Description |
|---|---|
| SalCoClass | Summary description for SalCoClass. |
| SalObject | Summary description for SalObject. |
| SalOleErrorInfo | OleErrorInfo implementation. |
| SalSafeArray | SalSafeArray implementation. |
| SalVariant | Variant implementation. |
| SalToolTipManager | Class for managing tool tips. |
| VisPoint | |
| VisRect | |
| VisSize |