다음을 통해 공유


Delta<TStructuralType> 생성자

정의

오버로드

Delta<TStructuralType>()

Delta<TStructuralType>의 새 인스턴스를 초기화합니다.

Delta<TStructuralType>(Type)

Delta<TStructuralType>의 새 인스턴스를 초기화합니다.

Delta<TStructuralType>(Type, IEnumerable<String>)

Delta<TStructuralType>의 새 인스턴스를 초기화합니다.

Delta<TStructuralType>(Type, IEnumerable<String>, PropertyInfo)

Delta<TStructuralType>의 새 인스턴스를 초기화합니다.

Delta<TStructuralType>()

Delta<TStructuralType>의 새 인스턴스를 초기화합니다.

public Delta ();
Public Sub New ()

적용 대상

Delta<TStructuralType>(Type)

Delta<TStructuralType>의 새 인스턴스를 초기화합니다.

public Delta (Type structuralType);
new Microsoft.AspNet.OData.Delta<'StructuralType (requires 'StructuralType : null)> : Type -> Microsoft.AspNet.OData.Delta<'StructuralType (requires 'StructuralType : null)>
Public Sub New (structuralType As Type)

매개 변수

structuralType
Type

변경 내용을 추적할 파생 엔터티 형식 또는 복합 형식입니다. structuralType 의 인스턴스 TStructuralType에 할당할 수 있어야 합니다.

적용 대상

Delta<TStructuralType>(Type, IEnumerable<String>)

Delta<TStructuralType>의 새 인스턴스를 초기화합니다.

public Delta (Type structuralType, System.Collections.Generic.IEnumerable<string> updatableProperties);
new Microsoft.AspNet.OData.Delta<'StructuralType (requires 'StructuralType : null)> : Type * seq<string> -> Microsoft.AspNet.OData.Delta<'StructuralType (requires 'StructuralType : null)>
Public Sub New (structuralType As Type, updatableProperties As IEnumerable(Of String))

매개 변수

structuralType
Type

변경 내용을 추적할 파생 엔터티 형식 또는 복합 형식입니다. structuralType 의 인스턴스 TStructuralType에 할당할 수 있어야 합니다.

updatableProperties
IEnumerable<String>

업데이트하거나 다시 설정할 수 있는 속성 집합입니다. 동적 속성의 이름을 비롯하여 알 수 없는 속성 이름은 무시됩니다.

적용 대상

Delta<TStructuralType>(Type, IEnumerable<String>, PropertyInfo)

Delta<TStructuralType>의 새 인스턴스를 초기화합니다.

public Delta (Type structuralType, System.Collections.Generic.IEnumerable<string> updatableProperties, System.Reflection.PropertyInfo dynamicDictionaryPropertyInfo);
new Microsoft.AspNet.OData.Delta<'StructuralType (requires 'StructuralType : null)> : Type * seq<string> * System.Reflection.PropertyInfo -> Microsoft.AspNet.OData.Delta<'StructuralType (requires 'StructuralType : null)>
Public Sub New (structuralType As Type, updatableProperties As IEnumerable(Of String), dynamicDictionaryPropertyInfo As PropertyInfo)

매개 변수

structuralType
Type

변경 내용을 추적할 파생 엔터티 형식 또는 복합 형식입니다. structuralType 의 인스턴스 TStructuralType에 할당할 수 있어야 합니다.

updatableProperties
IEnumerable<String>

업데이트하거나 다시 설정할 수 있는 속성 집합입니다. 동적 속성의 이름을 비롯하여 알 수 없는 속성 이름은 무시됩니다.

dynamicDictionaryPropertyInfo
PropertyInfo

동적 속성의 사전으로 사용되는 속성 정보입니다. null은 이 엔터티 형식이 열려 있지 않음을 의미합니다.

적용 대상