クラス TypedEntityWrapper
Version: 4.2
日本語翻訳に関する免責事項
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
IL コードを介した使用を簡素化するためのプロパティ アクセス用のラッパー。
継承
System.Object
TypedEntityWrapper
名前空間: Stylelabs.M.Sdk.Utilities
アセンブリ: Stylelabs.M.Sdk.dll
構文
RequestResponse
public class TypedEntityWrapper : object
コンストラクター
TypedEntityWrapper(IEntity)
宣言
RequestResponse
public TypedEntityWrapper(IEntity entity)
パラメーター
型 | 名前 | 説明 |
---|---|---|
IEntity | entity |
メソッド
GetPropertyValue<T>(String, CultureInfo)
指定されたプロパティの値を取得します。
宣言
RequestResponse
public T GetPropertyValue<T>(string propertyName, CultureInfo cultureInfo = null)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.String | propertyName | |
CultureInfo | cultureInfo |
戻り値
型 | 説明 |
---|---|
T |
型パラメーター
名前 | 説明 |
---|---|
T |
GetRelation<TRelation>(String)
指定されたリレーションを取得します。
宣言
RequestResponse
public TRelation GetRelation<TRelation>(string relationName)
where TRelation : class, IRelation
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.String | relationName |
戻り値
型 | 説明 |
---|---|
TRelation |
型パラメーター
名前 | 説明 |
---|---|
TRelation |
SetPropertyValue(String, Object, CultureInfo)
指定されたプロパティの値を設定します。
宣言
RequestResponse
public void SetPropertyValue(string propertyName, object value, CultureInfo cultureInfo = null)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.String | propertyName | |
System.Object | value | |
CultureInfo | cultureInfo |