C# 클래스 Dev2.DataList.Contract.Binary_Objects.Dev2BinaryDataListFactory

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

공개 메소드들

메소드 설명
CreateBinaryItem ( string val, string field ) : IBinaryDataListItem

Creates the binary item.

CreateBinaryItem ( string val, string ns, string field, int idx ) : IBinaryDataListItem

Creates the binary item.

CreateBinaryItem ( string val, string ns, string field, string idx ) : IBinaryDataListItem

Creates the binary item.

CreateColumn ( string name ) : Dev2Column

Creates the column.

CreateColumn ( string name, enDev2ColumnArgumentDirection ioDir ) : Dev2Column

Creates the column.

CreateColumn ( string name, string desc ) : Dev2Column

Creates the column.

CreateColumn ( string name, string desc, enDev2ColumnArgumentDirection ioDir ) : Dev2Column

Creates the column.

CreateEntry ( string field, string desc, System.Guid dataListKey ) : IBinaryDataListEntry

Creates the entry.

CreateEntry ( string field, string desc, IList cols, System.Guid dataListKey ) : IBinaryDataListEntry
CreateLoopedIndexIterator ( int val, int cnt ) : IIndexIterator

Creates the looped index iterator.

GetBlankBinaryDataListItem ( ) : IBinaryDataListItem

Gets the blank binary data list item.

메소드 상세

CreateBinaryItem() 공개 정적인 메소드

Creates the binary item.
public static CreateBinaryItem ( string val, string field ) : IBinaryDataListItem
val string The val.
field string The field.
리턴 IBinaryDataListItem

CreateBinaryItem() 공개 정적인 메소드

Creates the binary item.
public static CreateBinaryItem ( string val, string ns, string field, int idx ) : IBinaryDataListItem
val string The val.
ns string The ns.
field string The field.
idx int The idx.
리턴 IBinaryDataListItem

CreateBinaryItem() 공개 정적인 메소드

Creates the binary item.
public static CreateBinaryItem ( string val, string ns, string field, string idx ) : IBinaryDataListItem
val string The val.
ns string The namespace ( aka recordset )
field string The field.
idx string The idx.
리턴 IBinaryDataListItem

CreateColumn() 공개 정적인 메소드

Creates the column.
public static CreateColumn ( string name ) : Dev2Column
name string The name.
리턴 Dev2Column

CreateColumn() 공개 정적인 메소드

Creates the column.
public static CreateColumn ( string name, enDev2ColumnArgumentDirection ioDir ) : Dev2Column
name string The name.
ioDir enDev2ColumnArgumentDirection The io dir.
리턴 Dev2Column

CreateColumn() 공개 정적인 메소드

Creates the column.
public static CreateColumn ( string name, string desc ) : Dev2Column
name string The name.
desc string The desc.
리턴 Dev2Column

CreateColumn() 공개 정적인 메소드

Creates the column.
public static CreateColumn ( string name, string desc, enDev2ColumnArgumentDirection ioDir ) : Dev2Column
name string The name.
desc string The desc.
ioDir enDev2ColumnArgumentDirection The io dir.
리턴 Dev2Column

CreateEntry() 공개 정적인 메소드

Creates the entry.
public static CreateEntry ( string field, string desc, System.Guid dataListKey ) : IBinaryDataListEntry
field string The field.
desc string The desc.
dataListKey System.Guid The parent ID of the DataList used as part of the key for the items.
리턴 IBinaryDataListEntry

CreateEntry() 공개 정적인 메소드

public static CreateEntry ( string field, string desc, IList cols, System.Guid dataListKey ) : IBinaryDataListEntry
field string
desc string
cols IList
dataListKey System.Guid
리턴 IBinaryDataListEntry

CreateLoopedIndexIterator() 공개 정적인 메소드

Creates the looped index iterator.
public static CreateLoopedIndexIterator ( int val, int cnt ) : IIndexIterator
val int The val.
cnt int The CNT.
리턴 IIndexIterator

GetBlankBinaryDataListItem() 공개 정적인 메소드

Gets the blank binary data list item.
public static GetBlankBinaryDataListItem ( ) : IBinaryDataListItem
리턴 IBinaryDataListItem