クラス FluentEntity
Version:
日本語翻訳に関する免責事項
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
円滑なエンティティ タイプを定義します。
名前空間: Stylelabs.M.Sdk.Fluent.Models
アセンブリ: Stylelabs.M.Sdk.Fluent.dll
構文
コンストラクター
FluentEntity(IEntity, IEntitiesClient, IEntityLoadConfiguration)
FluentEntity クラスの新しいインスタンスを初期化します。
宣言
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| IEntity | entity | |
| IEntitiesClient | entities | |
| IEntityLoadConfiguration | entityLoadConfiguration |
プロパティ
Cultures
宣言
プロパティ値
| 型 | 説明 |
|---|---|
| IReadOnlyList<CultureInfo> |
DefinitionName
宣言
プロパティ値
| 型 | 説明 |
|---|---|
| System.String |
Id
宣言
プロパティ値
| 型 | 説明 |
|---|---|
| System.Nullable<System.Int64> |
識別子
宣言
プロパティ値
| 型 | 説明 |
|---|---|
| System.String |
InheritsSecurity
宣言
プロパティ値
| 型 | 説明 |
|---|---|
| System.Boolean |
IsNew
宣言
プロパティ値
| 型 | 説明 |
|---|---|
| System.Boolean |
IsPathRoot
宣言
プロパティ値
| 型 | 説明 |
|---|---|
| System.Boolean |
IsSystemOwned
宣言
プロパティ値
| 型 | 説明 |
|---|---|
| System.Boolean |
Item[String]
プロパティ値を取得します。
宣言
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| System.String | name |
プロパティ名。 |
プロパティ値
| 型 | 説明 |
|---|---|
| System.Object |
Item[String, CultureInfo]
指定されたカルチャのプロパティ値を取得します。
宣言
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| System.String | name |
プロパティ名。 |
| CultureInfo | cultureInfo |
カルチャ情報。 |
プロパティ値
| 型 | 説明 |
|---|---|
| System.Object |
LockedBy
宣言
プロパティ値
| 型 | 説明 |
|---|---|
| System.Nullable<System.Int64> |
LockedOn
宣言
プロパティ値
| 型 | 説明 |
|---|---|
| System.Nullable<DateTime> |
Object
IEntity を取得します。
宣言
プロパティ値
| 型 | 説明 |
|---|---|
| IEntity |
Version
宣言
プロパティ値
| 型 | 説明 |
|---|---|
| System.Int64 |
メソッド
Child(String, Action<IParentToOneChildRelation>)
宣言
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| System.String | relationName | |
| Action<IParentToOneChildRelation> | relationDelegate |
戻り値
| 型 | 説明 |
|---|---|
| FluentEntity |
Children(String, Action<IParentToManyChildrenRelation>)
宣言
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| System.String | relationName | |
| Action<IParentToManyChildrenRelation> | relationDelegate |
戻り値
| 型 | 説明 |
|---|---|
| FluentEntity |
Delete()
宣言
GetPropertyValue<T>(String, Action<T>)
宣言
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| System.String | name | |
| Action<T> | propertyValueAccessor |
戻り値
| 型 | 説明 |
|---|---|
| FluentEntity |
型パラメーター
| 名前 | 説明 |
|---|---|
| T |
GetPropertyValue<T>(String, CultureInfo, Action<T>)
宣言
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| System.String | name | |
| CultureInfo | culture | |
| Action<T> | propertyValueAccessor |
戻り値
| 型 | 説明 |
|---|---|
| FluentEntity |
型パラメーター
| 名前 | 説明 |
|---|---|
| T |
Parent(String, Action<IChildToOneParentRelation>)
宣言
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| System.String | relationName | |
| Action<IChildToOneParentRelation> | relationDelegate |
戻り値
| 型 | 説明 |
|---|---|
| FluentEntity |
Parents(String, Action<IChildToManyParentsRelation>)
宣言
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| System.String | relationName | |
| Action<IChildToManyParentsRelation> | relationDelegate |
戻り値
| 型 | 説明 |
|---|---|
| FluentEntity |
Reload()
宣言
戻り値
| 型 | 説明 |
|---|---|
| FluentEntity |
Save()
宣言
戻り値
| 型 | 説明 |
|---|---|
| FluentEntity |
SetPropertyValue(String, CultureInfo, Object)
宣言
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| System.String | name | |
| CultureInfo | culture | |
| System.Object | value |
戻り値
| 型 | 説明 |
|---|---|
| FluentEntity |
SetPropertyValue(String, Object)
宣言
パラメーター
| 型 | 名前 | 説明 |
|---|---|---|
| System.String | name | |
| System.Object | value |
戻り値
| 型 | 説明 |
|---|---|
| FluentEntity |