Method | Description | |
---|---|---|
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 ) : |
Creates the column.
|
|
CreateColumn ( string name, enDev2ColumnArgumentDirection ioDir ) : |
Creates the column.
|
|
CreateColumn ( string name, string desc ) : |
Creates the column.
|
|
CreateColumn ( string name, string desc, enDev2ColumnArgumentDirection ioDir ) : |
Creates the column.
|
|
CreateEntry ( string field, string desc, System.Guid dataListKey ) : IBinaryDataListEntry |
Creates the entry.
|
|
CreateEntry ( string field, string desc, IList |
||
CreateLoopedIndexIterator ( int val, int cnt ) : IIndexIterator |
Creates the looped index iterator.
|
|
GetBlankBinaryDataListItem ( ) : IBinaryDataListItem |
Gets the blank binary data list item.
|
public static CreateBinaryItem ( string val, string field ) : IBinaryDataListItem | ||
val | string | The val. |
field | string | The field. |
return | IBinaryDataListItem |
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. |
return | IBinaryDataListItem |
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. |
return | IBinaryDataListItem |
public static CreateColumn ( string name ) : |
||
name | string | The name. |
return |
public static CreateColumn ( string name, enDev2ColumnArgumentDirection ioDir ) : |
||
name | string | The name. |
ioDir | enDev2ColumnArgumentDirection | The io dir. |
return |
public static CreateColumn ( string name, string desc ) : |
||
name | string | The name. |
desc | string | The desc. |
return |
public static CreateColumn ( string name, string desc, enDev2ColumnArgumentDirection ioDir ) : |
||
name | string | The name. |
desc | string | The desc. |
ioDir | enDev2ColumnArgumentDirection | The io dir. |
return |
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. |
return | IBinaryDataListEntry |
public static CreateEntry ( string field, string desc, IList |
||
field | string | |
desc | string | |
cols | IList |
|
dataListKey | System.Guid | |
return | IBinaryDataListEntry |
public static CreateLoopedIndexIterator ( int val, int cnt ) : IIndexIterator | ||
val | int | The val. |
cnt | int | The CNT. |
return | IIndexIterator |
public static GetBlankBinaryDataListItem ( ) : IBinaryDataListItem | ||
return | IBinaryDataListItem |