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

Classes

interface  INode
 The ISchema Node - A IRecord or a IField. More...
 
interface  IField
 The ISchema field definition. More...
 
interface  IRecord
 The ISchema record definition. More...
 
interface  ISchema
 The IRecordV2 schema. More...
 
interface  ISchemaBuilder
 Builder to create an immutable ISchema. More...
 
class  SchemaParseException
 Indicates a problem that has occurred when parsing a ISchema. More...
 
class  SchemaViolationException
 Indicates a problem that has occurred when building a ISchema. More...
 

Enumerations

enum  FieldType { FieldType.STRING = 0, FieldType.INTEGER = 1, FieldType.DECIMAL = 2 }
 The IField types. More...
 

Enumeration Type Documentation

The IField types.

Implemented in Version 6.0.

Enumerator
STRING 

A plain string field type.

INTEGER 

A integer field type.

DECIMAL 

A decimal field type.