Property | Type | Description |
---|
Method | Description | |
---|---|---|
Clone ( ) : |
Clones this instance.
|
|
FDOClass ( ) : System |
Initializes a new instance of the T:FDOClass class.
|
|
FDOClass ( |
Initializes a new instance of the T:FDOClass class.
|
|
FDOClass ( string className ) : System |
Initializes a new instance of the T:FDOClass class.
|
|
InitPropsForType ( |
Initializes the Properties list for the specified type.
|
|
IsPropertyDisplayed ( string propName ) : bool |
Determines whether or not the specified property is displayed.
|
|
ToString ( ) : string |
Returns a T:System.String that represents this instance.
|
public FDOClass ( |
||
type | The type. | |
return | System |
public FDOClass ( string className ) : System | ||
className | string | Name of the class. |
return | System |
public InitPropsForType ( |
||
type | ||
return | void |
public IsPropertyDisplayed ( string propName ) : bool | ||
propName | string | |
return | bool |