Show / Hide Table of Contents

Class ProjectList.FromContact

FromContact contains the different ways to create a project list.

Inheritance
Object
SqlCommand
PrivateSelect
ListSelect
ProjectList.ProjectListQuery
ProjectList.FromContact
Implements
ICloneable
Inherited Members
ProjectList.ProjectListQuery.ToProjectList()
ProjectList.ProjectListQuery.ParseQueryStructure(Int32)
ProjectList.ProjectListQuery.ProjectTableInfo
ProjectList.ProjectListQuery.ProjectMemberTableInfo
ProjectList.ProjectListQuery.PersonTableInfo
ProjectList.ProjectListQuery.AssPersonTableInfo
ProjectList.ProjectListQuery.ProjTypeTableInfo
ProjectList.ProjectListQuery.ProjStatusTableInfo
ProjectList.ProjectListQuery.URLTableInfo
ProjectList.ProjectListQuery.AssociateTableInfo
ProjectList.ProjectListQuery.TextTableInfo
ProjectList.ProjectListQuery.PublishTableInfo
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 FromContact : ProjectList.ProjectListQuery, ICloneable

Constructors

FromContact(Contact)

Constructor. Creates the project list based on the contacts contact_id.

Declaration
public FromContact(Contact contact)
Parameters
Type Name Description
Contact contact

The contact we create the list on.

FromContact(ContactRow)

Constructor. Creates the project list based on the contactrows contact_id.

Declaration
public FromContact(ContactRow contact)
Parameters
Type Name Description
ContactRow contact

The contact we create the list on.

FromContact(Int32)

Constructor. Creates the project list based on the contact_id.

Declaration
public FromContact(int contactid)
Parameters
Type Name Description
Int32 contactid

The contact_id we create the list on.

Implements

System.ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
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