C# Class TestDatabaseCreator.Table

显示文件 Open project: DataFinch/OpenSourceProjects Class Usage Examples

Public Properties

Property Type Description
Name string

Public Methods

Method Description
AddReference ( Reference r ) : void
Moved ( ) : void
Table ( string Name ) : System

Method Details

AddReference() public method

public AddReference ( Reference r ) : void
r Reference
return void

Moved() public method

public Moved ( ) : void
return void

Table() public method

public Table ( string Name ) : System
Name string
return System

Property Details

Name public_oe property

public string Name
return string