FmNotificationHelperDefineActiveBatchColumn - метод |
Определяет название колонок активного батча
Пространство имён:
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.ForumNotificationActiveBatch
Возвращаемое значение
Тип:
ValueTupleString,
String,
StringСм. также