Favorite Class |
Namespace: NetQuarry
The Favorite type exposes the following members.
Name | Description | |
---|---|---|
Description |
Gets/Sets the description of the bookmark.
| |
FilterID |
Gets/Sets the filter id for this item.
| |
ID |
Gets / Sets the HashKey for this item.
| |
MOP |
Gets/Sets the MOP for this item.
| |
Name |
Gets/Sets the name of the bookmark (favorite).
| |
PK |
Gets/sets the primary key for this item.
| |
QueryString |
Gets/Sets the QueryString stored in the database.
| |
ReportID |
Gets/Sets the Report ID for this item.
| |
TargetType |
Gets/Sets the target type (report, mop, url) for this item.
|
Name | Description | |
---|---|---|
Clone |
Creates a copy of the object.
| |
Equals | (Inherited from Object.) | |
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Persist |
Saves this object to the database
| |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |