CardSatelliteHelperTryGetMainCardIDAndTaskRowID - метод
Пространство имён: Tessa.Cards.Extensions.TemplatesСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public static (bool result, Guid? mainCardID, Guid? taskRowID) TryGetMainCardIDAndTaskRowID(
Card satellite
)
Public Shared Function TryGetMainCardIDAndTaskRowID (
satellite As Card
) As (result As Boolean, mainCardID As Guid?, taskRowID As Guid?)
public:
static ValueTuple<bool, Nullable<Guid>, Nullable<Guid>> TryGetMainCardIDAndTaskRowID(
Card^ satellite
)
static member TryGetMainCardIDAndTaskRowID :
satellite : Card -> ValueTuple<bool, Nullable<Guid>, Nullable<Guid>>
- satellite Card
-
ValueTupleBoolean,
NullableGuid,
NullableGuid