SearchableObjectCollection(TObject, TDataSet) Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
An object collection which supports searching.
The SearchableObjectCollection<(Of <(TObject, TDataSet>)>) type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
CatalogContext | Gets the CatalogContext object. (Inherited from CatalogObjectBase.) | |
Count | Gets the number of items in the collection (in paged collections, this is the number of items on the current page.) (Inherited from CatalogObjectCollection<(Of <(TObject, TDataSet>)>).) | |
DataSet | Gets the internal DataSet used in this object collection. (Inherited from CatalogObjectCollection<(Of <(TObject, TDataSet>)>).) | |
DebugContext | Gets the DebugContext object. (Inherited from CatalogObjectBase.) | |
Item | Overloaded. | |
TotalRecords | Gets the total number of records in this collection, ignoring the page settings. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<(Of <(TObject>)>)..::.GetEnumerator | (Inherited from CatalogObjectCollection<(Of <(TObject, TDataSet>)>).) | |
IEnumerable..::.GetEnumerator | (Inherited from CatalogObjectCollection<(Of <(TObject, TDataSet>)>).) |
Top
See Also
Reference
SearchableObjectCollection<(Of <(TObject, TDataSet>)>) Class