Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Data.Record.Schema.IRecord Interface Reference

The ISchema record definition. More...

Inheritance diagram for PushTechnology.ClientInterface.Data.Record.Schema.IRecord:
PushTechnology.ClientInterface.Data.Record.Schema.INode

Properties

IReadOnlyList< IFieldFields [get]
 Returns an immutable, ordered list of field definitions. More...
 
- Properties inherited from PushTechnology.ClientInterface.Data.Record.Schema.INode
string Name [get]
 Returns the node name. More...
 
int Min [get]
 Returns the minimum number of occurrences. More...
 
int Max [get]
 Returns maximum number of occurrences. More...
 
bool IsVariable [get]
 Returns true if the node has variable multiplicity (i.e. Min != Max). More...
 

Detailed Description

The ISchema record definition.

Implemented in Version 6.0.

Property Documentation

IReadOnlyList<IField> PushTechnology.ClientInterface.Data.Record.Schema.IRecord.Fields
get

Returns an immutable, ordered list of field definitions.

There will be at least one item in the list.


The documentation for this interface was generated from the following file: