C# Class Dev2.Data.DataListModel

Inheritance: IDataListModel
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
Create ( string data, string shape ) : void
CreateShape ( string shape ) : void
DataListModel ( ) : System

Initializes a new instance of the T:System.Object class.

PopulateWithData ( string data ) : void

Method Details

Create() public method

public Create ( string data, string shape ) : void
data string
shape string
return void

CreateShape() public method

public CreateShape ( string shape ) : void
shape string
return void

DataListModel() public method

Initializes a new instance of the T:System.Object class.
public DataListModel ( ) : System
return System

PopulateWithData() public method

public PopulateWithData ( string data ) : void
data string
return void