Interface IDataSourceFactory
Version:
日本語翻訳に関する免責事項
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
Describes a factory to create datasources.
Namespace: Stylelabs.M.Sdk.Factories
Assembly: Stylelabs.M.Sdk.dll
Syntax
Methods
CreateFlatDataSource(String)
Creates a new flat data source instance with the specified name.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Name of the data source. |
Returns
| Type | Description |
|---|---|
| IFlatDataSource |
A new flat data source instance. |
CreateHierarchicalDataSource(String)
Creates a new hierarchical data source instance with the specified name.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Name of the data source. |
Returns
| Type | Description |
|---|---|
| IHierarchicalDataSource |
A new hierarchical data source instance. |