C# Класс Dovetail.SDK.Bootstrap.History.CommonActEntryBuilderDSLExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
EmailInActEntry ( this dsl, ISchemaCache schemaCache, IHistoryOutputParser historyOutputParser ) : void
EmailOutActEntry ( this dsl, ISchemaCache schemaCache, IHistoryOutputParser historyOutputParser ) : void
ForwardActEntry ( this dsl ) : void
LogResearchActEntry ( this dsl ) : void
NoteActEntry ( this dsl, ISchemaCache schemaCache ) : void
PhoneLogActEntry ( this dsl, ISchemaCache schemaCache ) : void
RejectActEntry ( this dsl ) : void
StatusChangedActEntry ( this dsl ) : void
TimeAndExpenseEdittedActEntry ( this dsl ) : void
TimeAndExpenseLoggedActEntry ( this dsl ) : void
TimeAndExpenseLoggedDeletedActEntry ( this dsl ) : void
emailLogUpdater ( ClarifyDataRow record, HistoryItem historyItem, ISchemaCache schemaCache ) : void

Приватные методы

Метод Описание
EncodeEmail ( IHistoryOutputParser historyOutputParser, HistoryItem item ) : void
doesEmailLogSubjectExist ( ISchemaCache schemaCache ) : bool
getEmailLogFields ( ISchemaCache schemaCache ) : string[]
setInternalLog ( ClarifyDataRow row, HistoryItem dto, string noteField ) : void
statusChangeUpdater ( ClarifyDataRow record, HistoryItem historyItem ) : void
timeAndExpensesUpdater ( ClarifyDataRow record, HistoryItem historyItem ) : void

Описание методов

EmailInActEntry() публичный статический Метод

public static EmailInActEntry ( this dsl, ISchemaCache schemaCache, IHistoryOutputParser historyOutputParser ) : void
dsl this
schemaCache ISchemaCache
historyOutputParser IHistoryOutputParser
Результат void

EmailOutActEntry() публичный статический Метод

public static EmailOutActEntry ( this dsl, ISchemaCache schemaCache, IHistoryOutputParser historyOutputParser ) : void
dsl this
schemaCache ISchemaCache
historyOutputParser IHistoryOutputParser
Результат void

ForwardActEntry() публичный статический Метод

public static ForwardActEntry ( this dsl ) : void
dsl this
Результат void

LogResearchActEntry() публичный статический Метод

public static LogResearchActEntry ( this dsl ) : void
dsl this
Результат void

NoteActEntry() публичный статический Метод

public static NoteActEntry ( this dsl, ISchemaCache schemaCache ) : void
dsl this
schemaCache ISchemaCache
Результат void

PhoneLogActEntry() публичный статический Метод

public static PhoneLogActEntry ( this dsl, ISchemaCache schemaCache ) : void
dsl this
schemaCache ISchemaCache
Результат void

RejectActEntry() публичный статический Метод

public static RejectActEntry ( this dsl ) : void
dsl this
Результат void

StatusChangedActEntry() публичный статический Метод

public static StatusChangedActEntry ( this dsl ) : void
dsl this
Результат void

TimeAndExpenseEdittedActEntry() публичный статический Метод

public static TimeAndExpenseEdittedActEntry ( this dsl ) : void
dsl this
Результат void

TimeAndExpenseLoggedActEntry() публичный статический Метод

public static TimeAndExpenseLoggedActEntry ( this dsl ) : void
dsl this
Результат void

TimeAndExpenseLoggedDeletedActEntry() публичный статический Метод

public static TimeAndExpenseLoggedDeletedActEntry ( this dsl ) : void
dsl this
Результат void

emailLogUpdater() публичный статический Метод

public static emailLogUpdater ( ClarifyDataRow record, HistoryItem historyItem, ISchemaCache schemaCache ) : void
record ClarifyDataRow
historyItem HistoryItem
schemaCache ISchemaCache
Результат void