다음을 통해 공유


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 사용할 를 설정합니다.

적용 대상