1. IEntityLoadConfiguration

インターフェイス IEntityLoadConfiguration

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

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

エンティティの読み込み用の読み込み設定を 表します。

名前空間: Stylelabs.M.Framework.Essentials.LoadConfigurations
アセンブリ: Stylelabs.M.Sdk.dll
構文
public interface IEntityLoadConfiguration

プロパティ

CultureLoadOption

カルチャ読み込みオプションを取得します。

宣言
ICultureLoadOption CultureLoadOption { get; set; }
プロパティ値

PropertyLoadOption

プロパティ読み込みオプションを取得します。

宣言
IPropertyLoadOption PropertyLoadOption { get; set; }
プロパティ値

RelationLoadOption

リレーション読み込みオプションを取得します。

宣言
IRelationLoadOption RelationLoadOption { get; set; }
プロパティ値

メソッド

Builder()

現在の IEntityLoadConfiguration から IEntityLoadConfigurationBuilder を作成します。 ビルダーは、現在の IEntityLoadConfiguration の構成を拡張または上書きできます。

宣言
IEntityLoadConfigurationBuilder Builder()
戻り値

DeepClone()

このインスタンスのディープ クローンを作成します。

宣言
IEntityLoadConfiguration DeepClone()
戻り値

DeepEquals(IEntityLoadConfiguration)

IEntityLoadConfiguration のこのインスタンスが other と等しいかどうかをチェックします。

宣言
bool DeepEquals(IEntityLoadConfiguration other)
パラメーター
名前説明
IEntityLoadConfigurationother
戻り値
説明
System.Boolean

インスタンスが等しい場合は langword_csharp_True。それ以外の場合は langword_csharp_False

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