Delta<TStructuralType> 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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>(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
은 이 엔터티 형식이 열려 있지 않음을 의미합니다.