Interface IRecord
- Namespace
- PushTechnology.ClientInterface.Data.Record.Schema
- Assembly
- Diffusion.Client.dll
The ISchema record definition.
public interface IRecord : INode
- Inherited Members
Remarks
Implemented in Version 6.0.
Properties
Fields
Returns an immutable, ordered list of field definitions.
IReadOnlyList<IField> Fields { get; }
Property Value
- IReadOnlyList<IField>
An immutable, ordered list of field definitions.
Remarks
There will be at least one item in the list.