ModelMetadata.IsComplexType 속성

정의

가 복합 형식인지 여부를 ModelType 나타내는 값을 가져옵니다.

public:
 property bool IsComplexType { bool get(); };
public bool IsComplexType { get; }
member this.IsComplexType : bool
Public ReadOnly Property IsComplexType As Boolean

속성 값

설명

복합 형식은 메서드에서 String 또는 메서드 없이 변환할 수 있는 없이 TypeConverterTryParse 정의 Type 됩니다. 따라서 대부분의 POCO 및 IEnumerable 형식은 복잡합니다. 전부는 아니지만 대부분 BCL 값 형식은 단순 형식입니다.

적용 대상