NumberBuilderStoreNumberToCardLocation - метод |
Сохраняет номер в карточку в место, указанное в параметре cardLocation.
Возвращает false, если сохранить номер не удалось.
Пространство имён:
Tessa.Cards.Numbers
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис protected bool StoreNumberToCardLocation(
INumberContext context,
INumberObject number,
CardNumberLocation cardLocation,
NumberStoreMode storeMode = NumberStoreMode.WithNotification
)
Protected Function StoreNumberToCardLocation (
context As INumberContext,
number As INumberObject,
cardLocation As CardNumberLocation,
Optional storeMode As NumberStoreMode = NumberStoreMode.WithNotification
) As Boolean
protected:
bool StoreNumberToCardLocation(
INumberContext^ context,
INumberObject^ number,
CardNumberLocation^ cardLocation,
NumberStoreMode storeMode = NumberStoreMode::WithNotification
)
member StoreNumberToCardLocation :
context : INumberContext *
number : INumberObject *
cardLocation : CardNumberLocation *
?storeMode : NumberStoreMode
(* Defaults:
let _storeMode = defaultArg storeMode NumberStoreMode.WithNotification
*)
-> bool
Параметры
- context
- Тип: Tessa.Cards.NumbersINumberContext
Контекст события, происходящего с номером. - number
- Тип: Tessa.Cards.NumbersINumberObject
Сохраняемый номер. - cardLocation
- Тип: Tessa.Cards.NumbersCardNumberLocation
Местоположение номера в карточке. Может быть равно null,
в этом случае метод возвращает false.
- storeMode (Optional)
- Тип: Tessa.Cards.NumbersNumberStoreMode
Способ сохранения номера в карточке.
Возвращаемое значение
Тип:
Booleantrue, если номер успешно сохранён;
false, если сохранение было отменено.
См. также