FormModel AmorphousDataEnabled Property NFX Class Library

[This is preliminary documentation and is subject to change.]

False by default for forms, safer for web. For example, no injection of un-inteded fields can be done via web form post

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public override bool AmorphousDataEnabled { get; }

Property Value

Type: OnlineBoolean

Implements

IAmorphousData AmorphousDataEnabled
See Also