Interface IStdBSFieldsSearch
Assembly: StdPlatBS100.dll
Syntax
[ComVisible(true)]
[Guid("E78DA272-AD41-4CB5-8317-8533FA5BF14A")]
public interface IStdBSFieldsSearch
Properties
Count
Declaration
Property Value
| Type |
Description |
| System.Int32 |
|
Item[Object]
Declaration
StdBSFieldSearch this[object Index] { get; }
Parameters
| Type |
Name |
Description |
| System.Object |
Index |
|
Property Value
NewEnum
Declaration
IEnumerator NewEnum { get; }
Property Value
| Type |
Description |
| System.Collections.IEnumerator |
|
Methods
Declaration
void ActivateFormSearch(Form objForm)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.Form |
objForm |
|
Add(StdBSFieldSearch)
Declaration
void Add(StdBSFieldSearch Item)
Parameters
Clear()
Declaration
Exists(Object)
Declaration
bool Exists(object Index)
Parameters
| Type |
Name |
Description |
| System.Object |
Index |
|
Returns
| Type |
Description |
| System.Boolean |
|
Remove(Object)
Declaration
void Remove(object Index)
Parameters
| Type |
Name |
Description |
| System.Object |
Index |
|