Show / Hide Table of Contents

Class DocumentList.FromAppointment

FromContact contains the different methods to create a PersonList.

Inheritance
object
SqlCommand
PrivateSelect
ListSelect
DocumentList.DocumentListQuery
DocumentList.FromAppointment
Implements
ICloneable
Inherited Members
DocumentList.DocumentListQuery.ToDocumentListAsync(CancellationToken)
DocumentList.DocumentListQuery.ToDocumentListAsync(int, CancellationToken)
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
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.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
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public sealed class DocumentList.FromAppointment : DocumentList.DocumentListQuery, ICloneable

Constructors

FromAppointment(int)

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

Declaration
public FromAppointment(int appointmentId)
Parameters
Type Name Description
int appointmentId

The appointment we want to base the DocumentList on.

Implements

ICloneable

Extension Methods

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