다음을 통해 공유


CsdlReaderSettings 클래스

정의

CSDL 문서를 구문 분석할 때 사용되는 설정입니다.

public sealed class CsdlReaderSettings : Microsoft.OData.Edm.Csdl.CsdlReaderSettingsBase
type CsdlReaderSettings = class
    inherit CsdlReaderSettingsBase
Public NotInheritable Class CsdlReaderSettings
Inherits CsdlReaderSettingsBase
상속
CsdlReaderSettings

생성자

CsdlReaderSettings()

기본 생성자입니다.

속성

GetReferencedModelReaderFunc

참조된 모델 xml을 로드하는 함수입니다. null이면 참조된 모델 로드가 중지됩니다. 일반적으로 예외는 throw하지 않아야 합니다.

IgnoreUnexpectedAttributesAndElements

스키마에서 예기치 않은 특성 및 요소를 무시합니다.

적용 대상