Main Page | Packages | Class Tree | Index | Help

xp.data

class SchemaItem

Object
  |
  +--xp.data.SchemaItem


class SchemaItem
extends Object

A Schema Collection Item object


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Field Summary


isCalculated: Boolean
Is this a calculated field


key: Boolean
Is this a key field


name: String
The name of a property or field


readOnly: Boolean
Is this a readonly field


tablename: String
The tablename this property belongs to


type: String
The type of property, one of string,boolean,number,date

Constructor

public
SchemaItem ( name: String, type: String, isCalculated: Boolean)
Constructor



Field Documentation

isCalculated

var isCalculated: Boolean
Is this a calculated field

key

var key: Boolean
Is this a key field

name

var name: String
The name of a property or field

readOnly

var readOnly: Boolean
Is this a readonly field

tablename

var tablename: String
The tablename this property belongs to

type

var type: String
The type of property, one of string,boolean,number,date


Constructor Documentation

SchemaItem

public function SchemaItem(name: String,
 type: String,
 isCalculated: Boolean)
Constructor

Parameters:
name
of a property of an object
type
type of property
isCalculated

The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc