Base for all IndexableSourceRecord types.
| C# | Visual Basic | Visual C++ |
public class IndexableSourceRecord
Public Class IndexableSourceRecord
public ref class IndexableSourceRecord
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| DelimitList(ArrayList, Char) |
Delimits an ArrayList of strings
| |
| Equals(Object) |
Whether 2 source records are equal
(Overrides Object.Equals(Object).) | |
| ExtensionData |
Any extra data that subclasses need to store.
| |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetExtensionData()()() |
Gets the extension data in the form of a hastable, key=friendly property name, value=property or null.
| |
| GetHashCode()()() |
The hashcode for this record
(Overrides Object.GetHashCode()()().) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ID |
The ID of the resource
| |
| Location |
The location of the resource
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Query |
A query used on the source, if there is one.
| |
| ResultURL |
The result URL format string, which converts a record ID to a result.
| |
| SetExtensionData(Hashtable) |
Sets the extension data in the form of a hastable, key=friendly property name, value=property
| |
| SourceType |
The type of source this record represents
| |
| ToString()()() |
Returns the record as a string
(Overrides Object.ToString()()().) | |
| UniqueColumn |
The unique column in the data returned if there is one.
|