Свойство | Тип | Описание | |
---|---|---|---|
LayoutVersionNumber | int |
Метод | Описание | |
---|---|---|
GetNode ( int clsid, string layoutName, bool fIncludeLayouts ) : |
Gets the node.
|
|
InitializeLayoutsForWsTag ( string sWsTag, string sDatabase ) : void |
Displaying Reversal Indexes requires expanding a variable number of writing system specific layouts. This method does that for a specific writing system and database.
|
|
InitializePartInventories ( string sDatabase, IApp app, String projectPath ) : void |
Initializes the part inventories.
|
|
InitializePartInventories ( string sDatabase, IApp app, bool fLoadUserOverrides, String projectPath ) : void |
Initialize the part inventories.
|
|
LayoutCache ( IFwMetaDataCache mdc, Inventory layouts, Inventory parts ) : System |
Initializes a new instance of the LayoutCache class.
|
|
LayoutCache ( IFwMetaDataCache mdc, string sDatabase, IApp app, String projectPath ) : System |
Initializes a new instance of the LayoutCache class.
|
public GetNode ( int clsid, string layoutName, bool fIncludeLayouts ) : |
||
clsid | int | The CLSID. |
layoutName | string | Name of the layout. |
fIncludeLayouts | bool | if set to |
Результат |
public static InitializeLayoutsForWsTag ( string sWsTag, string sDatabase ) : void | ||
sWsTag | string | |
sDatabase | string | |
Результат | void |
public static InitializePartInventories ( string sDatabase, IApp app, String projectPath ) : void | ||
sDatabase | string | The name of the database. |
app | IApp | The application. |
projectPath | String | The path to the project folder. |
Результат | void |
public static InitializePartInventories ( string sDatabase, IApp app, bool fLoadUserOverrides, String projectPath ) : void | ||
sDatabase | string | |
app | IApp | |
fLoadUserOverrides | bool | |
projectPath | String | |
Результат | void |
public LayoutCache ( IFwMetaDataCache mdc, Inventory layouts, Inventory parts ) : System | ||
mdc | IFwMetaDataCache | The MDC. |
layouts | Inventory | The layouts. |
parts | Inventory | The parts. |
Результат | System |
public LayoutCache ( IFwMetaDataCache mdc, string sDatabase, IApp app, String projectPath ) : System | ||
mdc | IFwMetaDataCache | The MDC. |
sDatabase | string | The database name. |
app | IApp | The application. |
projectPath | String | The project folder. |
Результат | System |