ForumHelperTryParseLink - метод |
Пространство имён:
Tessa.Forums
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static bool TryParseLink(
Dictionary<string, string> parameters,
out Guid cardID,
out Guid? topicID,
out Guid? topicTypeID,
out Guid? messageID
)
Public Shared Function TryParseLink (
parameters As Dictionary(Of String, String),
<OutAttribute> ByRef cardID As Guid,
<OutAttribute> ByRef topicID As Guid?,
<OutAttribute> ByRef topicTypeID As Guid?,
<OutAttribute> ByRef messageID As Guid?
) As Boolean
public:
static bool TryParseLink(
Dictionary<String^, String^>^ parameters,
[OutAttribute] Guid% cardID,
[OutAttribute] Nullable<Guid>% topicID,
[OutAttribute] Nullable<Guid>% topicTypeID,
[OutAttribute] Nullable<Guid>% messageID
)
static member TryParseLink :
parameters : Dictionary<string, string> *
cardID : Guid byref *
topicID : Nullable<Guid> byref *
topicTypeID : Nullable<Guid> byref *
messageID : Nullable<Guid> byref -> bool
Параметры
- parameters
- Тип: System.Collections.GenericDictionaryString, String
- cardID
- Тип: SystemGuid
- topicID
- Тип: SystemNullableGuid
- topicTypeID
- Тип: SystemNullableGuid
- messageID
- Тип: SystemNullableGuid
Возвращаемое значение
Тип:
BooleanСм. также