다음을 통해 공유


PropertyInterceptionContext<TValue> 생성자

정의

오버로드

PropertyInterceptionContext<TValue>()

상태가 없는 새 PropertyInterceptionContext<TValue> 를 생성합니다.

PropertyInterceptionContext<TValue>(DbInterceptionContext)

지정된 가로채기 컨텍스트에서 변경할 수 없는 상태를 복사하여 새 PropertyInterceptionContext<TValue> 를 만듭니다. 또한 다음을 참조하세요. Clone()

PropertyInterceptionContext<TValue>()

상태가 없는 새 PropertyInterceptionContext<TValue> 를 생성합니다.

public PropertyInterceptionContext();
Public Sub New ()

적용 대상

PropertyInterceptionContext<TValue>(DbInterceptionContext)

지정된 가로채기 컨텍스트에서 변경할 수 없는 상태를 복사하여 새 PropertyInterceptionContext<TValue> 를 만듭니다. 또한 다음을 참조하세요. Clone()

public PropertyInterceptionContext(System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.PropertyInterceptionContext<'Value> : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.PropertyInterceptionContext<'Value>
Public Sub New (copyFrom As DbInterceptionContext)

매개 변수

copyFrom
DbInterceptionContext

상태를 복사할 컨텍스트입니다.

적용 대상