Méthode | Description | |
---|---|---|
GetFDOClassProperties ( string className ) : |
Gets the properties for the specified class.
|
|
GetFDOClassType ( string className ) : |
Gets the properties for the specified class.
|
|
IsCmObjectProperty ( string propName ) : bool |
Determines whether or not the specified property name is a CmObject property.
|
|
IsPropertyDisplayed ( ICmObject cmObj, string propName ) : bool |
Determines whether or not the specified property name of the specified object should be displayed.
|
|
Reset ( ) : void |
Reloads from the persisted storage, all FDO classes and the displayed state of all their properties.
|
|
Save ( ) : void |
Saves this instance.
|
Méthode | Description | |
---|---|---|
FDOClassList ( ) : System |
Initializes a new instance of the T:FDOClassList class.
|
|
FindFDOAssembly ( ) : void |
Finds the FDO assembly.
|
|
LoadAllFDOClasses ( ) : void |
Loads all FDO classes.
|
|
LoadCmObjectProperties ( ) : void |
Loads a table with the properties found in the CmObject class.
|
|
LoadFDOClassNames ( ) : void |
Loads the list of all FDO class names from the meta data cache.
|
public static GetFDOClassProperties ( string className ) : |
||
className | string | |
Résultat |
public static GetFDOClassType ( string className ) : |
||
className | string | |
Résultat |
public static IsCmObjectProperty ( string propName ) : bool | ||
propName | string | |
Résultat | bool |
public static IsPropertyDisplayed ( ICmObject cmObj, string propName ) : bool | ||
cmObj | ICmObject | |
propName | string | |
Résultat | bool |