Click or drag to resize

CalculatedDataAttributeIsComplexType Property

Gets a value indicating whether this instance is a complex type.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public bool IsComplexType { get; }

Property Value

Type: Boolean
true if this instance is complex type; otherwise, false.
See Also