Click or drag to resize

AdHocReport Class

A helper class for working with ad hoc list reports.
Inheritance Hierarchy
SystemObject
  NetQuarryAdHocReport

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public class AdHocReport

The AdHocReport type exposes the following members.

Constructors
  NameDescription
Public methodAdHocReport
Default constructor.
Public methodAdHocReport(IDatabase, String)
Loader/constructor -- constructs object by loading the specified item from the database.
Top
Properties
  NameDescription
Public propertyAttributes
Gets/sets the ad hoc list report attributes.
Public propertyCategory
Gets/sets the report category.
Public propertyCreateDate
Gets/sets the date this report was created.
Public propertyCreatorID
Gets/sets the ID of the user who created this report.
Public propertyDescription
Gets/sets the description of this report.
Public propertyFieldList
Gets/sets the ordered list of fields to display in the report.
Public propertyFilter
Gets/sets the report's filter clause.
Public propertyFilterDescription
Gets/sets the report's filter description.
Public propertyGrouping
Gets/sets the report grouping.
Public propertyID
Gets/sets the ad hoc list report ID.
Public propertyName
Gets/sets the name of this report.
Public propertyOwnerID
Gets/sets the ID of the owner of this report. By default ad hoc list reports are restricted to the owner.
Public propertyReportID
Gets/sets the ID of the corresponding AdHocList Report template.
Public propertySort
Gets/sets the report sort expression.
Public propertyTenantID
Gets/sets the Tenant ID for this report. Tenant may be NULL.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodEqualValue
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.)
Top
See Also