다음을 통해 공유


ODataConventionModelBuilderExtensions.EnableLowerCamelCase 메서드

정의

오버로드

EnableLowerCamelCase(ODataConventionModelBuilder)

기본 NameResolverOptions NameResolverOptions.ProcessReflectedPropertyNames | 사용하여 소문자 대/소문자를 사용하도록 설정합니다. NameResolverOptions.ProcessDataMemberAttributePropertyNames | NameResolverOptions.ProcessExplicitPropertyNames.

EnableLowerCamelCase(ODataConventionModelBuilder, NameResolverOptions)

지정된 NameResolverOptions를 사용하여 소문자 대/소문자를 사용하도록 설정합니다.

EnableLowerCamelCase(ODataConventionModelBuilder)

기본 NameResolverOptions NameResolverOptions.ProcessReflectedPropertyNames | 사용하여 소문자 대/소문자를 사용하도록 설정합니다. NameResolverOptions.ProcessDataMemberAttributePropertyNames | NameResolverOptions.ProcessExplicitPropertyNames.

public static Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder EnableLowerCamelCase (this Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder builder);
static member EnableLowerCamelCase : Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder -> Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder
<Extension()>
Public Function EnableLowerCamelCase (builder As ODataConventionModelBuilder) As ODataConventionModelBuilder

매개 변수

builder
ODataConventionModelBuilder

ODataConventionModelBuilder 소문자 대/소문자를 사용하여 사용하도록 설정할 입니다.

반환

자체 반환하여 여러 호출을 체인화할 수 있습니다.

적용 대상

EnableLowerCamelCase(ODataConventionModelBuilder, NameResolverOptions)

지정된 NameResolverOptions를 사용하여 소문자 대/소문자를 사용하도록 설정합니다.

public static Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder EnableLowerCamelCase (this Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder builder, Microsoft.AspNet.OData.Builder.NameResolverOptions options);
static member EnableLowerCamelCase : Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder * Microsoft.AspNet.OData.Builder.NameResolverOptions -> Microsoft.AspNet.OData.Builder.ODataConventionModelBuilder
<Extension()>
Public Function EnableLowerCamelCase (builder As ODataConventionModelBuilder, options As NameResolverOptions) As ODataConventionModelBuilder

매개 변수

builder
ODataConventionModelBuilder

ODataConventionModelBuilder 소문자 대/소문자를 사용하여 사용하도록 설정할 입니다.

options
NameResolverOptions

NameResolverOptions 하부 낙타 케이스의 입니다.

반환

자체 반환하여 여러 호출을 체인화할 수 있습니다.

적용 대상