C# 클래스 Dev2.Data.DataListModel

상속: IDataListModel
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Create() 공개 메소드

public Create ( string data, string shape ) : void
data string
shape string
리턴 void

CreateShape() 공개 메소드

public CreateShape ( string shape ) : void
shape string
리턴 void

DataListModel() 공개 메소드

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

PopulateWithData() 공개 메소드

public PopulateWithData ( string data ) : void
data string
리턴 void