Show / Hide Table of Contents

Class ProjectEventList.CustomSearch

CustomSearch contains the methods needed to alter the search-criteria the PersonList is based on. The list will still be based on the same ReturnFields, restrictions and join-restrictions.

Inheritance
Object
SqlCommand
PrivateSelect
ListSelect
ProjectEventList.ProjectEventListQuery
ProjectEventList.CustomSearch
Implements
ICloneable
Inherited Members
ProjectEventList.ProjectEventListQuery._dynamicTableInfo
ProjectEventList.ProjectEventListQuery._personTableInfo
ProjectEventList.ProjectEventListQuery._audienceLayoutTableInfo
ProjectEventList.ProjectEventListQuery._audienceLayoutLinkTableInfo
ProjectEventList.ProjectEventListQuery._audienceConfigTableInfo
ProjectEventList.ProjectEventListQuery._audienceVisibilityTableInfo
ProjectEventList.ProjectEventListQuery._projectTableInfo
ProjectEventList.ProjectEventListQuery._textTableInfo
ProjectEventList.ProjectEventListQuery._externalEventTableInfo
ProjectEventList.ProjectEventListQuery._associateTableInfo
ProjectEventList.ProjectEventListQuery._assPersonTableInfo
ProjectEventList.ProjectEventListQuery._projectMemberTableInfo
ProjectEventList.ProjectEventListQuery._projectTableNumber
ProjectEventList.ProjectEventListQuery._categoryTableNumber
ProjectEventList.ProjectEventListQuery._personInterestTableNumber
ProjectEventList.ProjectEventListQuery._projectMemberTableNumber
ProjectEventList.ProjectEventListQuery._textTableInfoSignOnText
ProjectEventList.ProjectEventListQuery._textTableInfoSignOffText
ProjectEventList.ProjectEventListQuery._textTableInfoSignOnConfirmationText
ProjectEventList.ProjectEventListQuery._textTableInfoSignOffConfirmationText
ProjectEventList.ProjectEventListQuery._publishTableInfo
ProjectEventList.ProjectEventListQuery.ToProjectEventList()
ProjectEventList.ProjectEventListQuery.ParseQueryStructure(Int32, Int32)
ListSelect._restriction
ListSelect._joinRestriction
ListSelect._fields
ListSelect._orderBy
ListSelect._groupBy
ListSelect.CreateListReader(SoConnection, PrivateSelect, Sentry[])
ListSelect.CreateListReader(SoConnection, PrivateSelect, Int32, Sentry[])
ListSelect.InnerRestriction
ListSelect.InnerReturnFields
ListSelect.InnerOrderBy
ListSelect.InnerGroupBy
ListSelect.InnerJoinRestriction
PrivateSelect._isDistinct
PrivateSelect.GetTableInfos()
PrivateSelect.GetRelations(TableInfo)
PrivateSelect.GetRelations(TableInfo, SoTable)
PrivateSelect.IsTableOuterJoined(TableInfo)
PrivateSelect.GetTablesInOrderBy()
PrivateSelect.GetTablesLeadingToTable(TableInfo)
PrivateSelect.ValidateJoin()
PrivateSelect.Clone()
PrivateSelect.CloneSelect()
PrivateSelect.ToString()
PrivateSelect.GetCachingHash()
PrivateSelect.GetRestrictionTables()
PrivateSelect.CreateOrderBy()
PrivateSelect.IsDistinct
PrivateSelect.ForceRecompile
PrivateSelect.ForceJoinOrder
PrivateSelect.SqlType
SqlCommand.Origin
SqlCommand.AddIgnoreAutoSentryTableInfo(TableInfo)
SqlCommand.AddIgnoreAutoSentryTableInfo(IEnumerable<TableInfo>)
SqlCommand.RemoveIgnoreAutoSentryTableInfo(TableInfo)
SqlCommand.ClearIgnoreAutoSentryTableInfos()
SqlCommand.IsAutoSentryIgnoredOnTableInfo(TableInfo)
SqlCommand.GetPrivateSaves()
SqlCommand.GetInserts()
SqlCommand.GetUpdates()
SqlCommand.GetDeletes()
SqlCommand.GetSelect()
SqlCommand.AutoSentryIgnoredTables
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class CustomSearch : ProjectEventList.ProjectEventListQuery, ICloneable

Constructors

CustomSearch()

Default constructor.

Declaration
public CustomSearch()

Properties

AudienceConfigTable

Returns the lists AudienceConfigTableInfo-instance

Declaration
public AudienceConfigTableInfo AudienceConfigTable { get; }
Property Value
Type Description
AudienceConfigTableInfo

AudienceLayoutLinkTable

Returns the lists AudienceLayoutLinkTableInfo-instance

Declaration
public AudienceLayoutLinkTableInfo AudienceLayoutLinkTable { get; }
Property Value
Type Description
AudienceLayoutLinkTableInfo

AudienceLayoutTable

Returns the lists AudienceLayoutTableInfo instance

Declaration
public AudienceLayoutTableInfo AudienceLayoutTable { get; }
Property Value
Type Description
AudienceLayoutTableInfo

AudienceVisibilityTable

Returns the lists AudienceVisibilityTableInfo instance

Declaration
public AudienceVisibilityTableInfo AudienceVisibilityTable { get; }
Property Value
Type Description
AudienceVisibilityTableInfo

CategoryTableNumber

Returns tablenumber for table Category

Declaration
public int CategoryTableNumber { get; }
Property Value
Type Description
Int32

ExternalEventTable

Returns the lists ExternalEventTableInfo instance

Declaration
public ExternalEventTableInfo ExternalEventTable { get; }
Property Value
Type Description
ExternalEventTableInfo

ExternalEventTableNumber

Returns tablenumber for table ExternalEvent

Declaration
public int ExternalEventTableNumber { get; }
Property Value
Type Description
Int32

JoinRestriction

MainTableName to get and set the join-restriction.

Declaration
public JoinRestriction JoinRestriction { get; set; }
Property Value
Type Description
JoinRestriction

PersonInterestTableNumber

Returns tablenumber for table PersonInterest

Declaration
public int PersonInterestTableNumber { get; }
Property Value
Type Description
Int32

PersonTable

Returns the lists PersonTableInfo-instance

Declaration
public PersonTableInfo PersonTable { get; }
Property Value
Type Description
PersonTableInfo

ProjectMemberTable

Returns the lists ProjectMemberTableInfo instance

Declaration
public ProjectMemberTableInfo ProjectMemberTable { get; }
Property Value
Type Description
ProjectMemberTableInfo

ProjectMemberTableNumber

Returns tablenumber for table ProjectMember

Declaration
public int ProjectMemberTableNumber { get; }
Property Value
Type Description
Int32

ProjectTable

Returns the lists ProjectTableInfo instance

Declaration
public ProjectTableInfo ProjectTable { get; }
Property Value
Type Description
ProjectTableInfo

ProjectTableNumber

Returns tablenumber for table Project

Declaration
public int ProjectTableNumber { get; }
Property Value
Type Description
Int32

Restriction

MainTableName to get and set the list-restriction.

Declaration
public Restriction Restriction { get; set; }
Property Value
Type Description
Restriction

Implements

System.ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
QueryExectionExtensions.ExecuteReader(SqlCommand, Boolean)
QueryExectionExtensions.ExecuteScalar<T>(SqlCommand)
QueryExectionExtensions.ExecuteNonQuery(SqlCommand)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top