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

The ISchema field definition. More...

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

Properties

FieldType Type [get]
 Returns the type of this field. More...
 
int Scale [get]
 Returns the scale of a FieldType.DECIMAL field or 0 for other types. 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 field definition.

Implemented in Version 6.0.

Property Documentation

int PushTechnology.ClientInterface.Data.Record.Schema.IField.Scale
get

Returns the scale of a FieldType.DECIMAL field or 0 for other types.

The scale represents the number of places to the right of the decimal point in a decimal number.

FieldType PushTechnology.ClientInterface.Data.Record.Schema.IField.Type
get

Returns the type of this field.


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