1. FluentEntityDefinitions

クラス FluentEntityDefinitions

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

円滑な方法でエンティティ定義へのアクセスを提供します。

継承
System.Object
FluentEntityDefinitions
名前空間: Stylelabs.M.Sdk.Fluent.Wrappers
アセンブリ: Stylelabs.M.Sdk.Fluent.dll
構文
public class FluentEntityDefinitions : object

コンストラクター

FluentEntityDefinitions(IEntityDefinitionsClient)

FluentEntityDefinitions クラスの新しいインスタンスを初期化します。

宣言
public FluentEntityDefinitions(IEntityDefinitionsClient entityDefinitionsClient)
パラメーター
名前説明
IEntityDefinitionsCliententityDefinitionsClient

エンティティ定義クライアント

メソッド

Get(Int64)

指定された idFluentEntityDefinition インスタンスを取得します。

宣言
public FluentEntityDefinition Get(long id)
パラメーター
名前説明
System.Int64id

エンティティ定義 ID。

戻り値
説明
FluentEntityDefinition

FluentEntityDefinition。エンティティ定義が存在しない場合は null

Get(String)

指定された nameFluentEntityDefinition インスタンスを取得します。

宣言
public FluentEntityDefinition Get(string name)
パラメーター
名前説明
System.Stringname

エンティティ定義名 (大文字と小文字は区別されません)。

戻り値
説明
FluentEntityDefinition

FluentEntityDefinition。エンティティ定義が存在しない場合は null

GetMany(IEnumerable<Int64>)

定義の ID で FluentEntityDefinition インスタンスを 取得します。 結果の順序とサイズが入力と異なる場合があります (定義が存在しない場合)。

宣言
public IEnumerable<FluentEntityDefinition> GetMany(IEnumerable<long> ids)
パラメーター
名前説明
IEnumerable<System.Int64>ids
戻り値
説明
IEnumerable<FluentEntityDefinition>

FluentEntityDefinition インスタンスの null 以外のコレクション。

GetMany(IEnumerable<String>)

定義の ID で FluentEntityDefinition インスタンスを を取得します。 結果の順序とサイズが入力と異なる場合があります (定義が存在しない場合)。

宣言
public IEnumerable<FluentEntityDefinition> GetMany(IEnumerable<string> names)
パラメーター
名前説明
IEnumerable<System.String>names

エンティティ定義名 (大文字と小文字は区別されません)。

戻り値
説明
IEnumerable<FluentEntityDefinition>

FluentEntityDefinition インスタンスの null 以外のコレクション。

New(String)

エンティティ定義を作成します。

宣言
public FluentEntityDefinition New(string name)
パラメーター
名前説明
System.Stringname

作成するエンティティ定義の名前。

戻り値
説明
FluentEntityDefinition

FluentEntityDefinition のインスタンス。

この記事を改善するための提案がある場合は、 お知らせください!