NumberBuilderStoreNumberToCardLocation - метод
Сохраняет номер в карточку в место, указанное в параметре cardLocation.
Возвращает false, если сохранить номер не удалось.
Пространство имён: Tessa.Cards.NumbersСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 INumberContext
- Контекст события, происходящего с номером.
- number INumberObject
- Сохраняемый номер.
- cardLocation CardNumberLocation
-
Местоположение номера в карточке. Может быть равно null,
в этом случае метод возвращает false.
- storeMode NumberStoreMode (Optional)
- Способ сохранения номера в карточке.
Booleantrue, если номер успешно сохранён;
false, если сохранение было отменено.