CardModelSettingsTryGetStorageFromSatellite - метод |
Пространство имён:
Tessa.Cards
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static Dictionary<string, Object> TryGetStorageFromSatellite(
Card personalRoleSattelite
)
Public Shared Function TryGetStorageFromSatellite (
personalRoleSattelite As Card
) As Dictionary(Of String, Object)
public:
static Dictionary<String^, Object^>^ TryGetStorageFromSatellite(
Card^ personalRoleSattelite
)
static member TryGetStorageFromSatellite :
personalRoleSattelite : Card -> Dictionary<string, Object>
Параметры
- personalRoleSattelite
- Тип: Tessa.CardsCard
Карточка-сателлит с настройками сотрудника.
Возвращаемое значение
Тип:
DictionaryString,
ObjectХранилище с сериализованным объектом.
См. также