1. IEntityLoadConfiguration

Interface IEntityLoadConfiguration

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

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

Represents a loading configuration for loading entities.

Namespace: Stylelabs.M.Framework.Essentials.LoadConfigurations
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IEntityLoadConfiguration

Properties

CultureLoadOption

Gets the culture load option.

Declaration
ICultureLoadOption CultureLoadOption { get; set; }
Property Value
TypeDescription
ICultureLoadOption

PropertyLoadOption

Gets the property load option.

Declaration
IPropertyLoadOption PropertyLoadOption { get; set; }
Property Value
TypeDescription
IPropertyLoadOption

RelationLoadOption

Gets the relation load option.

Declaration
IRelationLoadOption RelationLoadOption { get; set; }
Property Value
TypeDescription
IRelationLoadOption

Methods

Builder()

Creates a IEntityLoadConfigurationBuilder from the current IEntityLoadConfiguration. The builder can extend or overwrite the configuration of the current IEntityLoadConfiguration.

Declaration
IEntityLoadConfigurationBuilder Builder()
Returns

DeepClone()

Creates a deep clone of this instance.

Declaration
IEntityLoadConfiguration DeepClone()
Returns

DeepEquals(IEntityLoadConfiguration)

Checks if this instance of IEntityLoadConfiguration is equal to other.

Declaration
bool DeepEquals(IEntityLoadConfiguration other)
Parameters
TypeNameDescription
IEntityLoadConfigurationother
Returns
TypeDescription
System.Boolean

langword_csharp_True if the instances are equal; otherwise langword_csharp_False.

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