Interface IRecord

The ISchema record definition.

Inherited Members
INode.Name
INode.Min
INode.Max
INode.IsVariable
Namespace: PushTechnology.ClientInterface.Data.Record.Schema
Assembly: Diffusion.Client.dll
Syntax
public interface IRecord : INode
Remarks

Implemented in Version 6.0.

Properties

Fields

Returns an immutable, ordered list of field definitions.

Declaration
IReadOnlyList<IField> Fields { get; }
Property Value
Type Description
IReadOnlyList<IField>

An immutable, ordered list of field definitions.

Remarks

There will be at least one item in the list.

Back to top