• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.Confluence
    • AttachmentDomain
    • ConfluenceClient
    • ConfluenceClientConfig
    • ConfluenceException
    • ContentExtensions
    • GroupDomain
    • IAttachmentDomain
    • IConfluenceClient
    • IConfluenceClientPlugins
    • IConfluenceDomain
    • IContentDomain
    • IGroupDomain
    • IMiscDomain
    • ISpaceDomain
    • IUserDomain
    • MiscExtensions
    • SpaceExtensions
    • UserDomain
    • UserIdentifierExtensions
  • Dapplo.Confluence.Entities
    • BaseEntity<TId>
    • Body
    • BodyContent
    • Children
    • Content
    • CopyContent
    • CopyDestinations
    • CopyPageRequestDestination
    • Description
    • Error
    • Group
    • History
    • IUserIdentifier
    • Label
    • LastUpdated
    • Links
    • LongRunningTask
    • Metadata
    • PagingInformation
    • Picture
    • Plain
    • Positions
    • Result<TResult>
    • SearchDetails
    • Space
    • SpaceContents
    • SystemInfoEntity
    • User
    • UserWatch
    • Version
  • Dapplo.Confluence.Query
    • ContentTypes
    • Fields
    • IContentClause
    • IDatetimeClause
    • IDatetimeClauseWithoutValue
    • IFinalClause
    • ISimpleValueClause
    • ISpaceClause
    • ITextClause
    • ITitleClause
    • ITypeClause
    • IUserClause
    • Operators
    • Where

Class Where

Factory method for CQL where clauses

Inheritance
System.Object
Where
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dapplo.Confluence.Query
Assembly: Dapplo.Confluence.dll
Syntax
public static class Where

Properties

| Improve this Doc View Source

Ancestor

Create a clause for the Ancestor field

Declaration
public static IContentClause Ancestor { get; }
Property Value
Type Description
IContentClause
| Improve this Doc View Source

Container

Create a clause for the Container field

Declaration
public static ISimpleValueClause Container { get; }
Property Value
Type Description
ISimpleValueClause
| Improve this Doc View Source

Content

Create a clause for the Content field

Declaration
public static IContentClause Content { get; }
Property Value
Type Description
IContentClause
| Improve this Doc View Source

Contributor

Create a clause for the contributor

Declaration
public static IUserClause Contributor { get; }
Property Value
Type Description
IUserClause
| Improve this Doc View Source

Created

Create a clause for the created field

Declaration
public static IDatetimeClause Created { get; }
Property Value
Type Description
IDatetimeClause
| Improve this Doc View Source

Creator

Create a clause for the creator

Declaration
public static IUserClause Creator { get; }
Property Value
Type Description
IUserClause
| Improve this Doc View Source

Favourite

Create a clause for the favourite

Declaration
public static IUserClause Favourite { get; }
Property Value
Type Description
IUserClause
| Improve this Doc View Source

Id

Create a clause for the Id field

Declaration
public static IContentClause Id { get; }
Property Value
Type Description
IContentClause
| Improve this Doc View Source

Label

Create a clause for the Label field

Declaration
public static ISimpleValueClause Label { get; }
Property Value
Type Description
ISimpleValueClause
| Improve this Doc View Source

LastModified

Create a clause for the lastmodified field

Declaration
public static IDatetimeClause LastModified { get; }
Property Value
Type Description
IDatetimeClause
| Improve this Doc View Source

Macro

Create a clause for the Macro field

Declaration
public static ISimpleValueClause Macro { get; }
Property Value
Type Description
ISimpleValueClause
| Improve this Doc View Source

Mention

Create a clause for the mention

Declaration
public static IUserClause Mention { get; }
Property Value
Type Description
IUserClause
| Improve this Doc View Source

Parent

Create a clause for the Parent field

Declaration
public static IContentClause Parent { get; }
Property Value
Type Description
IContentClause
| Improve this Doc View Source

Space

Create a clause for the Space field

Declaration
public static ISpaceClause Space { get; }
Property Value
Type Description
ISpaceClause
| Improve this Doc View Source

Text

Create a clause for the Text field

Declaration
public static ITextClause Text { get; }
Property Value
Type Description
ITextClause
| Improve this Doc View Source

Title

Create a clause for the Title field

Declaration
public static ITitleClause Title { get; }
Property Value
Type Description
ITitleClause
| Improve this Doc View Source

Type

Create a clause for the type field

Declaration
public static ITypeClause Type { get; }
Property Value
Type Description
ITypeClause
| Improve this Doc View Source

Watcher

Create a clause for the watcher

Declaration
public static IUserClause Watcher { get; }
Property Value
Type Description
IUserClause

Methods

| Improve this Doc View Source

And(IFinalClause[])

Create an AND clause of the specified clauses

Declaration
public static IFinalClause And(params IFinalClause[] clauses)
Parameters
Type Name Description
IFinalClause[] clauses

two or more IFinalClause

Returns
Type Description
IFinalClause

IFinalClause which ands the passed clauses

| Improve this Doc View Source

Or(IFinalClause[])

Create an OR clause of the specified clauses

Declaration
public static IFinalClause Or(params IFinalClause[] clauses)
Parameters
Type Name Description
IFinalClause[] clauses

two or more IFinalClause

Returns
Type Description
IFinalClause

IFinalClause which ors the passed clauses

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2017 Dapplo