Show / Hide Table of Contents

Class HasNoFlag

Doesn't have a bit set checker class

Inheritance
object
QueryElement
Restriction
Compare
HasNoFlag
Implements
ICloneable
Inherited Members
Compare.IsTableInvolved(TableInfo)
Compare.AreAllTablesInvolved(TableInfo, params SoTable[])
Compare.GetInvolvedTables(ref Dictionary<TableInfo, object>)
Compare.GetTypedSubElement<T>()
Compare.Left
Compare.Right
Compare.IsRelationDescription
Restriction.And(Restriction)
Restriction.Or(Restriction)
Restriction.RestrictionAnd(Restriction, Restriction)
Restriction.RestrictionOr(Restriction, Restriction)
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: SuperOffice.Data.SQL
Assembly: SoDataBase.dll
Syntax
public sealed class HasNoFlag : Compare, ICloneable

Methods

Clone()

Clone the query. Parameter values are shared between the original and the clone.

Declaration
public override object Clone()
Returns
Type Description
object

Copy of the node and its sub-elements

Overrides
QueryElement.Clone()
Remarks

This method is used by the SentryQueryUpdater to modify a query with sentry extensions without affecting the original query.

ToString()

Doesn't have a bit set checker class

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top