1. FluentClient

クラス FluentClient

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

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

IMClient の一般的に使用される操作のための円滑なインターフェイスを提供します。

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

コンストラクター

FluentClient(IMClient)

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

宣言
public FluentClient(IMClient client)
パラメーター
名前説明
IMClientclient

基盤となる IMClient インスタンス。

プロパティ

Entities

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

宣言
public FluentEntities Entities { get; }
プロパティ値

EntityDefinitions

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

宣言
public FluentEntityDefinitions EntityDefinitions { get; }
プロパティ値

EntityFactory

円滑な方法でエンティティ ファクトリへのアクセスを提供します。

宣言
public FluentEntityFactory EntityFactory { get; }
プロパティ値

EntityLoadConfiguration

IEntityLoadConfiguration インスタンスを取得します。

宣言
public IEntityLoadConfiguration EntityLoadConfiguration { get; }
プロパティ値

Settings

円滑な方法で設定へのアクセスを提供します。

宣言
public FluentSettings Settings { get; }
プロパティ値

Users

円滑な方法でユーザーへのアクセスを提供します。

宣言
public FluentUsers Users { get; }
プロパティ値
説明
FluentUsers

メソッド

QueryableEntities(Func<QueryableEntities<IQueryableEntity>, IQueryable<IQueryableEntity>>)

FluentQueryableEntities インスタンスを取得します。

宣言
public FluentQueryableEntities QueryableEntities(Func<QueryableEntities<IQueryableEntity>, IQueryable<IQueryableEntity>> queryFunc)
パラメーター
名前説明
Func<QueryableEntities<IQueryableEntity>, IQueryable<IQueryableEntity>>queryFunc
戻り値

UseCultureLoadOption(CultureInfo[])

現在の FluentClient インスタンスの ICultureLoadOption を設定します。

宣言
public FluentClient UseCultureLoadOption(params CultureInfo[] cultures)
パラメーター
名前説明
CultureInfo[]cultures
戻り値
説明
FluentClient

UseCultureLoadOption(LoadOption)

現在の FluentClient インスタンスの ICultureLoadOption を設定します。

宣言
public FluentClient UseCultureLoadOption(LoadOption loadOption)
パラメーター
名前説明
LoadOptionloadOption
戻り値
説明
FluentClient

UseCultureLoadOption(String[])

現在の FluentClient インスタンスの ICultureLoadOption を設定します。

宣言
public FluentClient UseCultureLoadOption(params string[] cultures)
パラメーター
名前説明
System.String[]cultures
戻り値
説明
FluentClient

UsePropertyLoadOption(LoadOption)

現在の FluentClient インスタンスの IPropertyLoadOption を設定します。

宣言
public FluentClient UsePropertyLoadOption(LoadOption loadOption)
パラメーター
名前説明
LoadOptionloadOption
戻り値
説明
FluentClient

UsePropertyLoadOption(String[])

現在の FluentClient インスタンスの IPropertyLoadOption を設定します。

宣言
public FluentClient UsePropertyLoadOption(params string[] properties)
パラメーター
名前説明
System.String[]properties
戻り値
説明
FluentClient

UseRelationLoadOption(LoadOption)

現在の FluentClient インスタンスの IRelationLoadOption を設定します。

宣言
public FluentClient UseRelationLoadOption(LoadOption loadOption)
パラメーター
名前説明
LoadOptionloadOption
戻り値
説明
FluentClient

UseRelationLoadOption(RelationSpecification[])

現在の FluentClient インスタンスの IRelationLoadOption を設定します。

宣言
public FluentClient UseRelationLoadOption(params RelationSpecification[] relations)
パラメーター
名前説明
RelationSpecification[]relations
戻り値
説明
FluentClient

拡張メソッド

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