MutablePropertyBaseExtensions クラス

定義

注意事項

Use IMutablePropertyBase

IMutablePropertyBase の拡張メソッド。

public static class MutablePropertyBaseExtensions
[System.Obsolete("Use IMutablePropertyBase")]
public static class MutablePropertyBaseExtensions
type MutablePropertyBaseExtensions = class
[<System.Obsolete("Use IMutablePropertyBase")>]
type MutablePropertyBaseExtensions = class
Public Module MutablePropertyBaseExtensions
Public Class MutablePropertyBaseExtensions
継承
MutablePropertyBaseExtensions
属性

メソッド

SetField(IMutablePropertyBase, String)
古い.

このプロパティで使用する基になる CLR フィールドを設定します。

バッキング フィールドは、通常、次の説明に従って規則で見つかります。 http://go.microsoft.com/fwlink/?LinkId=723277. このメソッドは、規則によって正しいフィールドが見つからない場合に、バッキング フィールドを明示的に設定する場合に便利です。

既定では、バッキング フィールドが見つかった場合、または指定されている場合は、新しいオブジェクトが構築されるときに使用されます。通常は、データベースからエンティティが照会されるときに使用されます。 プロパティは、他のすべてのアクセスに使用されます。 これは、 を呼び出 SetPropertyAccessMode(IMutablePropertyBase, Nullable<PropertyAccessMode>)すことによって変更できます。

SetPropertyAccessMode(IMutablePropertyBase, Nullable<PropertyAccessMode>)
古い.

このプロパティに PropertyAccessMode 使用する を設定します。

SetPropertyAccessMode(IMutablePropertyBase, Nullable<PropertyAccessMode>)
古い.

このプロパティに PropertyAccessMode 使用する を設定します。

適用対象