Schema
Constructors
new Schema()
new Schema(
dart):Schema
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
Source
Properties
| Property | Modifier | Type |
|---|---|---|
dart | public | any |
Accessors
entityTypes
getentityTypes():EntityType[]
setentityTypes(et):void
Parameters
| Parameter | Type |
|---|---|
et | EntityType[] |
Returns
Source
name
getname():string
Returns
string
Source
properties
getproperties():EntityProperty[]
setproperties(p):void
Parameters
| Parameter | Type |
|---|---|
p | EntityProperty[] |
Returns
Source
Methods
create()
staticcreate(name):Schema
Parameters
| Parameter | Type |
|---|---|
name | string |