DataRecord

DataRecord class

Represent data for single instance of the form

public class DataRecord

Constructors

NameDescription
DataRecord(string)Create new instance of record.

Properties

NameDescription
Fields { get; }Key value pairs that represent form information
Id { get; }Unique identification of record. e.g. Guid.New()

See Also