The CommentCriterion type exposes the following members.

Constructors

  NameDescription
CommentCriterion
Initializes a new instance of the CommentCriterion class

Methods

  NameDescription
AddCriteriaGroup (Inherited from QueryBase.)
AppendCriteriaGroupQuery (Inherited from CriterionBase.)
AppendCriteriaQuery (Inherited from CriterionBase.)
CleanUp (Inherited from CriterionBase.)
Equals
Determines whether the specified Object is equal to the current Object.
(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.)
GetAssignedPropertyPath
Gets the property path for a criterion in this query, i.e. HQLAlias.AssignedProperty
(Inherited from CriterionBase.)
GetComparisonOperatorString (Inherited from QueryBase.)
GetCriteriaQueryOverloaded.
GetCriterion<(Of <(T>)>) (Inherited from QueryBase.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetJoinOperatorString (Inherited from QueryBase.)
GetJoinQuery (Inherited from QueryBase.)
GetLogicalOperatorString (Inherited from QueryBase.)
GetOrderByQuery (Inherited from QueryBase.)
GetOwnsCriterion (Inherited from FrameworkEntityCriterionBase.)
GetParameterValue<(Of <(T>)>) (Inherited from CriterionBase.)
GetQueryOverloaded.
GetQueryTypeAlias
Gets the HQL valid alias for the type
(Inherited from CriterionBase.)
GetSortDirectionString (Inherited from QueryBase.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ParseParameters
Parses the parameters inside the criterion query, populating the ParameterValues list with the values.
(Inherited from CriterionBase.)
SetCriterion<(Of <(T>)>) (Inherited from QueryBase.)
SetOwnsCriterion (Inherited from FrameworkEntityCriterionBase.)
SetParameterValue<(Of <(T>)>) (Inherited from CriterionBase.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
AssignedPropertyPath (Inherited from CriterionBase.)
Author
Body
Categories (Inherited from FrameworkEntityCriterionBase.)
Created
Criteria
Gets the currently set criteria for this query with the assigned property name as the dictionary key
(Inherited from QueryBase.)
CriteriaGroups (Inherited from QueryBase.)
CriteriaJoins
Gets the currently set join operations for criteria
(Inherited from QueryBase.)
CriteriaReverse
Gets the currently set criteria for this query with the criterion as the dictionary key
(Inherited from QueryBase.)
HasOwnQuery (Inherited from CriterionBase.)
Header
ID
IncludeCriterion (Inherited from CriterionBase.)
Item (Inherited from FrameworkEntityCriterionBase.)
LanguageID
Modified
NestedCriteriaPaths (Inherited from CriterionBase.)
NumComments
OrderBy (Inherited from CriterionBase.)
OwnedBy (Inherited from FrameworkEntityCriterionBase.)
Owns (Inherited from FrameworkEntityCriterionBase.)
Parameters
Gets the parameter values currently set for this criterion
(Inherited from CriterionBase.)
ParameterValues
Gets the list of parameter values appliable to the whole query.
(Inherited from CriterionBase.)
ParentQuery
Gets the query object that this criterion was assigned to when passed to the SetCriterion method.
(Inherited from CriterionBase.)
PreviousStatus
ProcessedCriteria (Inherited from QueryBase.)
QueryNest (Inherited from CriterionBase.)
QueryType (Inherited from QueryBase.)
Rating (Inherited from FrameworkEntityCriterionBase.)
Status
Tags (Inherited from FrameworkEntityCriterionBase.)
UniqueID (Inherited from FrameworkEntityCriterionBase.)

See Also