Show / Hide Table of Contents

Class DocumentList.FromSale

FromContact contains the different methods to create a PersonList.

Inheritance
Object
SqlCommand
PrivateSelect
ListSelect
DocumentList.DocumentListQuery
DocumentList.FromSale
Implements
ICloneable
Inherited Members
DocumentList.DocumentListQuery.ToDocumentList()
DocumentList.DocumentListQuery.ToDocumentList(Int32)
DocumentList.DocumentListQuery.ParseQueryStructure(Int32, Int32)
DocumentList.DocumentListQuery.DocumentTableInfo
DocumentList.DocumentListQuery.AppointmentTableInfo
DocumentList.DocumentListQuery.TextTableInfo
DocumentList.DocumentListQuery.DocTmplTableInfo
DocumentList.DocumentListQuery.PublishTableInfo
DocumentList.DocumentListQuery.ContactTableInfo
DocumentList.DocumentListQuery.PersonTableInfo
DocumentList.DocumentListQuery.ProjectTableInfo
DocumentList.DocumentListQuery.RelatedSaleTableInfo
DocumentList.DocumentListQuery.RelationsTableInfo
DocumentList.DocumentListQuery.SaleTableInfo
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.SqlType
SqlCommand.Origin
SqlCommand.AdditionalInfo
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
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class FromSale : DocumentList.DocumentListQuery, ICloneable

Constructors

FromSale(Int32)

Constructor. This constructor creates a DocumentList based on the saleId.

Declaration
public FromSale(int saleId)
Parameters
Type Name Description
Int32 saleId

The sale we want to base the DocumentList on.

Implements

System.ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
QueryExectionExtensions.ExecuteReader(SqlCommand, Boolean)
QueryExectionExtensions.ExecuteScalar<T>(SqlCommand)
QueryExectionExtensions.ExecuteScalar<T>(SqlCommand, Boolean)
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