FmNotificationHelper.DefineActiveBatchColumn - метод |
Определяет название колонок активного батча
Пространство имён:
Tessa.Forums.ForumNotification
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксисpublic static (string count, string batch, string readMessages) DefineActiveBatchColumn(
ActiveBatch activeBatch
)
Public Shared Function DefineActiveBatchColumn (
activeBatch As ActiveBatch
) As (count As String, batch As String, readMessages As String)
public:
static ValueTuple<String^, String^, String^> DefineActiveBatchColumn(
ActiveBatch activeBatch
)
static member DefineActiveBatchColumn :
activeBatch : ActiveBatch -> ValueTuple<string, string, string>
Параметры
- activeBatch
- Тип: Tessa.Forums.ForumNotification.ActiveBatch
Возвращаемое значение
Тип:
ValueTuple<String,
String,
String>
См. также