다음을 통해 공유


NameResolverOptions 열거형

정의

이름을 확인하기 위한 옵션입니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

[System.Flags]
public enum NameResolverOptions
[<System.Flags>]
type NameResolverOptions = 
Public Enum NameResolverOptions
상속
NameResolverOptions
특성

필드

ProcessDataMemberAttributePropertyNames 2

DataMemberAttribute에서 [DataMember(Name = "DataMemberCustomerName")]와 같은 속성 이름을 처리합니다.

ProcessExplicitPropertyNames 4

entityTypeConfiguration.Property(e => e.Key)와 같은 명시적 속성 이름을 처리합니다. Name="Id".

ProcessReflectedPropertyNames 1

반영된 속성 이름을 처리합니다.

적용 대상