CollectionPropertyConfiguration 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CollectionPropertyConfiguration은 EntityType 또는 ComplexType의 CollectionProperty를 나타냅니다.
public class CollectionPropertyConfiguration : Microsoft.AspNet.OData.Builder.StructuralPropertyConfiguration
type CollectionPropertyConfiguration = class
inherit StructuralPropertyConfiguration
Public Class CollectionPropertyConfiguration
Inherits StructuralPropertyConfiguration
- 상속
생성자
CollectionPropertyConfiguration(PropertyInfo, StructuralTypeConfiguration) |
제공된 를 사용하여 CollectionPropertyConfiguration을 |
속성
AddedExplicitly |
사용자가 |
AutoExpand |
속성이 자동으로 확장되는지 여부를 가져오거나 설정합니다. 기본값은 false입니다. (다음에서 상속됨 PropertyConfiguration) |
ConcurrencyToken |
이 속성이 동시성 토큰인지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 StructuralPropertyConfiguration) |
DeclaringType |
선언 형식을 가져옵니다. (다음에서 상속됨 PropertyConfiguration) |
DerivedTypeConstraints |
속성에 허용되는 허용되는 파생 형식 목록입니다. (다음에서 상속됨 PropertyConfiguration) |
DisableAutoExpandWhenSelectIsPresent |
클라이언트에서 지정하는 $select 있는 경우 자동 확장을 사용하지 않도록 설정할지 여부를 가져오거나 설정합니다. (다음에서 상속됨 PropertyConfiguration) |
ElementType |
컬렉션에 있는 요소의 형식을 반환합니다. |
IsRestricted |
속성이 제한되는지, 즉 필터링할 수 없거나, 정렬할 수 없거나, 탐색할 수 없거나, 확장할 수 없거나, 계산할 수 없거나, 자동으로 확장되는지 여부를 가져옵니다. (다음에서 상속됨 PropertyConfiguration) |
Kind |
PropertyKind 속성의 를 가져옵니다. |
Name |
속성의 이름을 가져오거나 설정합니다. (다음에서 상속됨 PropertyConfiguration) |
NonFilterable |
이 속성이 필터링 불가능한지 여부를 가져오거나 설정합니다. 기본값은 false입니다. (다음에서 상속됨 PropertyConfiguration) |
NotCountable |
속성이 셀 수 없는지 여부를 가져오거나 설정합니다. 기본값은 false입니다. (다음에서 상속됨 PropertyConfiguration) |
NotExpandable |
속성이 확장 불가능한지 여부를 가져오거나 설정합니다. 기본값은 false입니다. (다음에서 상속됨 PropertyConfiguration) |
NotFilterable |
속성이 필터링 불가능한지 여부를 가져오거나 설정합니다. 기본값은 false입니다. (다음에서 상속됨 PropertyConfiguration) |
NotNavigable |
속성이 탐색 불가능한지 여부를 가져오거나 설정합니다. 기본값은 false입니다. (다음에서 상속됨 PropertyConfiguration) |
NotSortable |
속성이 정렬 불가능한지 여부를 가져오거나 설정합니다. 기본값은 false입니다. (다음에서 상속됨 PropertyConfiguration) |
OptionalProperty |
이 속성이 선택적인지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 StructuralPropertyConfiguration) |
Order |
"order by" 식의 순서를 얻거나 설정합니다. (다음에서 상속됨 PropertyConfiguration) |
PropertyInfo |
매핑 CLR PropertyInfo을 가져옵니다. (다음에서 상속됨 PropertyConfiguration) |
QueryConfiguration |
QueryConfiguration를 가져오거나 설정합니다. (다음에서 상속됨 PropertyConfiguration) |
RelatedClrType |
속성의 CLR Type 을 가져옵니다. |
Unsortable |
이 속성이 정렬 불가능한지 여부를 가져오거나 설정합니다. 기본값은 false입니다. (다음에서 상속됨 PropertyConfiguration) |