Record ClassNFX Class Library

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

Represents a client-side "Form" an analogue of WAVE.RecordModel.Record on C# server-side. The class is initialized from schema obtained from the server via JSON. The JSON is generated by RecordModelGenerator class. This class is usually used for API consumers that need to have the JS/client-like functionality on the server
Inheritance Hierarchy

OnlineSystem Object
  NFX.DataAccess.CRUD Row
    NFX.DataAccess.CRUD DynamicRow
      NFX.Wave.Client Record

Namespace: NFX.Wave.Client
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class Record : DynamicRow
See Also