ForumHelperTryParseLink - метод
Пространство имён: Tessa.ForumsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 DictionaryString, String
-
- cardID Guid
-
- topicID NullableGuid
-
- topicTypeID NullableGuid
-
- messageID NullableGuid
-
Boolean