Class SettingsClientBase
Version:
日本語翻訳に関する免責事項
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
Inheritance
System.Object
SettingsClientBase
Implements
Namespace: Stylelabs.M.Sdk.Models.Clients
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
SettingsClientBase(IMClient)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IMClient | client |
Methods
GetCategoryIdAsync(String)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Returns
| Type | Description |
|---|---|
| Task<System.Nullable<System.Int64>> |
GetSettingAsync(String, String, IEntityLoadConfiguration)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | category | |
| System.String | name | |
| IEntityLoadConfiguration | loadConfiguration |
Returns
| Type | Description |
|---|---|
| Task<IEntity> |
GetSettingsForCategoryAsync(String, IEntityLoadConfiguration)
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | category | |
| IEntityLoadConfiguration | loadConfiguration |
Returns
| Type | Description |
|---|---|
| Task<IList<IEntity>> |