DocLoadExtensionContextCardID - свойство
Идентификатор карточки, найденный расширением по штрих-коду, указанному в контексте.
Расширение должно установить идентификатор в этом свойстве.
Пространство имён: Tessa.Extensions.Platform.Server.DocLoadСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public Guid? CardID { get; set; }
Public Property CardID As Guid?
Get
Set
public:
virtual property Nullable<Guid> CardID {
Nullable<Guid> get () sealed;
void set (Nullable<Guid> value) sealed;
}
abstract CardID : Nullable<Guid> with get, set
override CardID : Nullable<Guid> with get, set
NullableGuidIDocLoadExtensionContextCardID