PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelChild­AttributeDisable­Build­Time­Validation
Open sandboxFocus

ChildAttribute.DisableBuildTimeValidation Property

DisableBuildTimeValidation

Determines whether the type of the target field or property should be validated at build-time against the rules of aspects that rely on the Aggregatable model, such as the Recordable aspect or the threading model aspects. If this property is set to true, validation will be performed at runtime only.

Declaration
public bool DisableBuildTimeValidation { get; set; }
Property Value
Type Description
Boolean