クラス FluentEntityDefinitions
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
円滑な方法でエンティティ定義へのアクセスを提供します。
継承
名前空間: Stylelabs.M.Sdk.Fluent.Wrappers
アセンブリ: Stylelabs.M.Sdk.Fluent.dll
構文
コンストラクター
FluentEntityDefinitions(IEntityDefinitionsClient)
FluentEntityDefinitions クラスの新しいインスタンスを初期化します。
宣言
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| IEntityDefinitionsClient | entityDefinitionsClient |
エンティティ定義クライアント |
メソッド
Get(Int64)
指定された id で FluentEntityDefinition インスタンスを取得します。
宣言
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| System.Int64 | id |
エンティティ定義 ID。 |
戻り値
| 型 | 説明 |
|---|---|
| FluentEntityDefinition |
FluentEntityDefinition。エンティティ定義が存在しない場合は null 。 |
Get(String)
指定された name で FluentEntityDefinition インスタンスを取得します。
宣言
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| System.String | name |
エンティティ定義名 (大文字と小文字は区別されません)。 |
戻り値
| 型 | 説明 |
|---|---|
| FluentEntityDefinition |
FluentEntityDefinition。エンティティ定義が存在しない場合は null 。 |
GetMany(IEnumerable<Int64>)
定義の ID で FluentEntityDefinition インスタンスを 取得します。 結果の順序とサイズが入力と異なる場合があります (定義が存在しない場合)。
宣言
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| IEnumerable<System.Int64> | ids |
戻り値
| 型 | 説明 |
|---|---|
| IEnumerable<FluentEntityDefinition> |
FluentEntityDefinition インスタンスの null 以外のコレクション。 |
GetMany(IEnumerable<String>)
定義の ID で FluentEntityDefinition インスタンスを を取得します。 結果の順序とサイズが入力と異なる場合があります (定義が存在しない場合)。
宣言
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| IEnumerable<System.String> | names |
エンティティ定義名 (大文字と小文字は区別されません)。 |
戻り値
| 型 | 説明 |
|---|---|
| IEnumerable<FluentEntityDefinition> |
FluentEntityDefinition インスタンスの null 以外のコレクション。 |
New(String)
エンティティ定義を作成します。
宣言
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| System.String | name |
作成するエンティティ定義の名前。 |
戻り値
| 型 | 説明 |
|---|---|
| FluentEntityDefinition |
FluentEntityDefinition のインスタンス。 |