| Member | Description |
|---|---|
Constructor |
Constructor |
Add |
This method is not supported here, as we need to know what to link to... public virtual IEntitySubItemCollectionItem Add(); public virtual IEntitySubItemCollectionItem Add( Guid targetItemId ); public virtual IEntitySubItemCollectionItem Add( int targetItemId ); public virtual IEntitySubItemCollectionItem Add( string targetItemText ); |
Contains |
Detirmines whether or not the collection contains public virtual bool Contains( string category ); public virtual bool Contains( string category, |
GetItemByIndex |
Retrieves an item fromt he collection by its index public virtual IEntitySubItemCollectionItem GetItemByIndex( int index ); |
SetTable |
Sets internally used data tables. This is usually done on or immediately after instantiation. public virtual void SetTable( DataTable table, DataTable xlinkTargetTable ); |
AutoAddTarget |
Defines whether or not a new record gets added to the target table automatically |
InternalTargetDataTable |
Internal reference to a cross-link table |
TargetForeignKeyField |
This is the foreign key field that links to the target table. |
TargetPrimaryKeyField |
This is the primary key field used by the target table. |
TargetTextField |
This is the field that identifies the table field used for text comparison |